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-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html