]> Git Repo - linux.git/blobdiff - arch/arm/mach-vexpress/ct-ca9x4.c
Merge branch 'smp' into misc
[linux.git] / arch / arm / mach-vexpress / ct-ca9x4.c
index 26a02eb5757162b1804ba75dd96143d4e93999d6..f4455e3ed6a45e9e450bc3f2819c7ff158b0cdc9 100644 (file)
@@ -53,7 +53,9 @@ static struct map_desc ct_ca9x4_io_desc[] __initdata = {
 
 static void __init ct_ca9x4_map_io(void)
 {
+#ifdef CONFIG_LOCAL_TIMERS
        twd_base = MMIO_P2V(A9_MPCORE_TWD);
+#endif
        v2m_map_io(ct_ca9x4_io_desc, ARRAY_SIZE(ct_ca9x4_io_desc));
 }
 
This page took 0.032242 seconds and 4 git commands to generate.