Skip to content

Commit 45158dc

Browse files
herraa1glikely
authored andcommitted
powerpc: broadway processor support
This patch extends the cputable entry of the 750CL to also match the 750CL-based "Broadway" cpu found on the Nintendo Wii. As of this patch, the following "Broadway" design revision levels have been seen in the wild: - DD1.2 (87102) - DD2.0 (87200) Signed-off-by: Albert Herranz <[email protected]> Acked-by: Benjamin Herrenschmidt <[email protected]> Signed-off-by: Grant Likely <[email protected]>
1 parent 6cdd241 commit 45158dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/powerpc/kernel/cputable.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -697,9 +697,9 @@ static struct cpu_spec __initdata cpu_specs[] = {
697697
.machine_check = machine_check_generic,
698698
.platform = "ppc750",
699699
},
700-
{ /* 750CL */
701-
.pvr_mask = 0xfffff0f0,
702-
.pvr_value = 0x00087010,
700+
{ /* 750CL (and "Broadway") */
701+
.pvr_mask = 0xfffff0e0,
702+
.pvr_value = 0x00087000,
703703
.cpu_name = "750CL",
704704
.cpu_features = CPU_FTRS_750CL,
705705
.cpu_user_features = COMMON_USER | PPC_FEATURE_PPC_LE,

0 commit comments

Comments
 (0)