diff options
-rw-r--r-- | arch/arm/mach-shmobile/smp-r8a7791.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/mach-shmobile/smp-r8a7791.c b/arch/arm/mach-shmobile/smp-r8a7791.c index 96e392c2573c..7e49e0a52e32 100644 --- a/arch/arm/mach-shmobile/smp-r8a7791.c +++ b/arch/arm/mach-shmobile/smp-r8a7791.c | |||
@@ -28,11 +28,7 @@ | |||
28 | static struct rcar_apmu_config r8a7791_apmu_config[] = { | 28 | static struct rcar_apmu_config r8a7791_apmu_config[] = { |
29 | { | 29 | { |
30 | .iomem = DEFINE_RES_MEM(0xe6152000, 0x88), | 30 | .iomem = DEFINE_RES_MEM(0xe6152000, 0x88), |
31 | .cpus = { 0, 1, 2, 3 }, | 31 | .cpus = { 0, 1 }, |
32 | }, | ||
33 | { | ||
34 | .iomem = DEFINE_RES_MEM(0xe6151000, 0x88), | ||
35 | .cpus = { 0x100, 0x0101, 0x102, 0x103 }, | ||
36 | } | 32 | } |
37 | }; | 33 | }; |
38 | 34 | ||