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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Kernel]     [Kernel Newbies]     [x86 Platform Driver]     [Netdev]     [Linux Wireless]     [Netfilter]     [Bugtraq]     [Linux Filesystems]     [Yosemite Discussion]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Device Mapper]

  Powered by Linux