Skip to content

Commit

Permalink
ARM: shmobile: r8a7791: Correct number of CPU cores
Browse files Browse the repository at this point in the history
The r8a7791 only has 2 CPU CA15 cores, not 4 CA15 and 4  CA7 cores.

Signed-off-by: Hisashi Nakamura <hisashi.nakamura.ak@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Hisashi Nakamura authored and Simon Horman committed Nov 4, 2014
1 parent a8d2ff3 commit 7466c52
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions arch/arm/mach-shmobile/smp-r8a7791.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@
static struct rcar_apmu_config r8a7791_apmu_config[] = {
{
.iomem = DEFINE_RES_MEM(0xe6152000, 0x88),
.cpus = { 0, 1, 2, 3 },
},
{
.iomem = DEFINE_RES_MEM(0xe6151000, 0x88),
.cpus = { 0x100, 0x0101, 0x102, 0x103 },
.cpus = { 0, 1 },
}
};

Expand Down

0 comments on commit 7466c52

Please sign in to comment.