aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2012-03-21 10:56:00 +1100
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2012-03-21 10:56:00 +1100
commit2d87e06e7477fa1467e730087b68c2f518c0fff6 (patch)
treeee8e45580ae0304a3f22c715c0b88b870b5774b3 /arch/powerpc/kernel
parentpowerpc/5200: convert mpc5200 to use of_platform_populate() (diff)
parentpowerpc/44x: Add additional device support for APM821xx SoC and Bluestone board (diff)
downloadlinux-dev-2d87e06e7477fa1467e730087b68c2f518c0fff6.tar.xz
linux-dev-2d87e06e7477fa1467e730087b68c2f518c0fff6.zip
Merge remote-tracking branch 'jwb/next' into next
Diffstat (limited to 'arch/powerpc/kernel')
-rw-r--r--arch/powerpc/kernel/cputable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c
index 81db9e2a8a20..87353baf21fb 100644
--- a/arch/powerpc/kernel/cputable.c
+++ b/arch/powerpc/kernel/cputable.c
@@ -1816,7 +1816,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
.platform = "ppc440",
},
{ /* 464 in APM821xx */
- .pvr_mask = 0xffffff00,
+ .pvr_mask = 0xfffffff0,
.pvr_value = 0x12C41C80,
.cpu_name = "APM821XX",
.cpu_features = CPU_FTRS_44X,