lkml.org 
[lkml]   [2009]   [Mar]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 11/13] score - New architecure port to SunplusCT S+CORE processor
On Fri, 27 Mar 2009, liqin.chen@sunplusct.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


\
 
 \ /
  Last update: 2009-03-27 10:51    [W:0.057 / U:0.304 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site