Re: [PATCH 11/13] score - New architecure port to SunplusCT S+COREprocessor

From: Thomas Gleixner
Date: Fri Mar 27 2009 - 05:48:25 EST


On Fri, 27 Mar 2009, liqin.chen@xxxxxxxxxxxxx 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/