]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
ARM: shmobile: r8a7791: Correct number of CPU cores
authorHisashi Nakamura <hisashi.nakamura.ak@renesas.com>
Fri, 24 Oct 2014 08:33:09 +0000 (17:33 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 4 Nov 2014 00:31:27 +0000 (09:31 +0900)
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>
arch/arm/mach-shmobile/smp-r8a7791.c

index 96e392c2573c23d41cba85df0d6d7ba15cd15b4b..7e49e0a52e32a168de45abd40bcb174cae04989c 100644 (file)
 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 },
        }
 };