diff options
Diffstat (limited to 'arch/arm/mach-vexpress/ct-ca9x4.c')
| -rw-r--r-- | arch/arm/mach-vexpress/ct-ca9x4.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-vexpress/ct-ca9x4.c b/arch/arm/mach-vexpress/ct-ca9x4.c index 6353459bb56..577df6cccb0 100644 --- a/arch/arm/mach-vexpress/ct-ca9x4.c +++ b/arch/arm/mach-vexpress/ct-ca9x4.c | |||
| @@ -16,6 +16,7 @@ | |||
| 16 | #include <asm/hardware/gic.h> | 16 | #include <asm/hardware/gic.h> |
| 17 | #include <asm/mach-types.h> | 17 | #include <asm/mach-types.h> |
| 18 | #include <asm/pmu.h> | 18 | #include <asm/pmu.h> |
| 19 | #include <asm/smp_twd.h> | ||
| 19 | 20 | ||
| 20 | #include <mach/clkdev.h> | 21 | #include <mach/clkdev.h> |
| 21 | #include <mach/ct-ca9x4.h> | 22 | #include <mach/ct-ca9x4.h> |
| @@ -53,6 +54,7 @@ static struct map_desc ct_ca9x4_io_desc[] __initdata = { | |||
| 53 | 54 | ||
| 54 | static void __init ct_ca9x4_map_io(void) | 55 | static void __init ct_ca9x4_map_io(void) |
| 55 | { | 56 | { |
| 57 | twd_base = MMIO_P2V(A9_MPCORE_TWD); | ||
| 56 | v2m_map_io(ct_ca9x4_io_desc, ARRAY_SIZE(ct_ca9x4_io_desc)); | 58 | v2m_map_io(ct_ca9x4_io_desc, ARRAY_SIZE(ct_ca9x4_io_desc)); |
| 57 | } | 59 | } |
| 58 | 60 | ||
