]> err.no Git - linux-2.6/blobdiff - arch/arm/mach-realview/localtimer.c
[x86 setup] Handle case of improperly terminated E820 chain
[linux-2.6] / arch / arm / mach-realview / localtimer.c
index 5e917e37d095762e567fd94b60bdcd1d35f1c8ad..c7bdf04ab094d1f82f2afbb52c204154cf0dfef4 100644 (file)
@@ -13,6 +13,7 @@
 #include <linux/delay.h>
 #include <linux/device.h>
 #include <linux/smp.h>
+#include <linux/jiffies.h>
 
 #include <asm/mach/time.h>
 #include <asm/hardware/arm_twd.h>
@@ -21,8 +22,6 @@
 #include <asm/io.h>
 #include <asm/irq.h>
 
-#include "core.h"
-
 #define TWD_BASE(cpu)  (__io_address(REALVIEW_TWD_BASE) + \
                         ((cpu) * REALVIEW_TWD_SIZE))
 
@@ -31,7 +30,7 @@ static unsigned long mpcore_timer_rate;
 /*
  * local_timer_ack: checks for a local timer interrupt.
  *
- * If a local timer interrupt has occured, acknowledge and return 1.
+ * If a local timer interrupt has occurred, acknowledge and return 1.
  * Otherwise, return 0.
  */
 int local_timer_ack(void)