]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/timex.h
x86: add support for the RDC R-321x SoC
[linux-2.6-omap-h63xx.git] / include / asm-x86 / timex.h
index 39a21ab030f02a6244746bc1f706c884cdd59e8b..27cfd6c599bad2ab649806c3aecefc69cb602947 100644 (file)
@@ -7,6 +7,8 @@
 
 #ifdef CONFIG_X86_ELAN
 #  define PIT_TICK_RATE 1189200 /* AMD Elan has different frequency! */
+#elif defined(CONFIG_X86_RDC321X)
+#  define PIT_TICK_RATE 1041667 /* Underlying HZ for R8610 */
 #else
 #  define PIT_TICK_RATE 1193182 /* Underlying HZ */
 #endif