[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.00.0903271042410.3397@localhost.localdomain>
Date: Fri, 27 Mar 2009 10:46:14 +0100 (CET)
From: Thomas Gleixner <tglx@...utronix.de>
To: liqin.chen@...plusct.com
cc: linux-arch@...r.kernel.org, linux-kernel@...r.kernel.org,
torvalds@...ux-foundation.org
Subject: Re: [PATCH 11/13] score - New architecure port to SunplusCT S+CORE
processor
On Fri, 27 Mar 2009, liqin.chen@...plusct.com wrote:
> +#include <linux/interrupt.h>
> +#include <asm/scoreregs.h>
> +
> +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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists