Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757699AbZC0JsZ (ORCPT ); Fri, 27 Mar 2009 05:48:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754183AbZC0JsQ (ORCPT ); Fri, 27 Mar 2009 05:48:16 -0400 Received: from www.tglx.de ([62.245.132.106]:53466 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753729AbZC0JsQ (ORCPT ); Fri, 27 Mar 2009 05:48:16 -0400 Date: Fri, 27 Mar 2009 10:46:14 +0100 (CET) From: Thomas Gleixner To: liqin.chen@sunplusct.com cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org Subject: Re: [PATCH 11/13] score - New architecure port to SunplusCT S+CORE processor In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 655 Lines: 22 On Fri, 27 Mar 2009, liqin.chen@sunplusct.com wrote: > +#include > +#include > + > +int timer_interrupt(int irq, void *dev_id) > +{ > + rTIMER0CPPR = 1; /* clear timer interrupt flag */ > + do_timer(1); > + update_process_times(user_mode(get_irq_regs())); > + return IRQ_HANDLED; > +} Please convert this to CLOCK_EVENTS. Thanks, tglx -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/