2 * Copyright (C) 2008-2009 ST-Ericsson
3 * Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
5 * This file is heavily based on relaview platform, almost a copy.
7 * Copyright (C) 2002 ARM Ltd.
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License version 2 as
11 * published by the Free Software Foundation.
13 #include <linux/init.h>
14 #include <linux/smp.h>
15 #include <linux/clockchips.h>
18 #include <asm/smp_twd.h>
19 #include <asm/localtimer.h>
22 * Setup the local clock events for a CPU.
24 void __cpuinit
local_timer_setup(struct clock_event_device
*evt
)
26 evt
->irq
= IRQ_LOCALTIMER
;