|
@@ -1936,6 +1936,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
|
|
.machine_check = machine_check_440A,
|
|
.machine_check = machine_check_440A,
|
|
.platform = "ppc440",
|
|
.platform = "ppc440",
|
|
},
|
|
},
|
|
|
|
+#ifdef CONFIG_PPC_47x
|
|
{ /* 476 DD2 core */
|
|
{ /* 476 DD2 core */
|
|
.pvr_mask = 0xffffffff,
|
|
.pvr_mask = 0xffffffff,
|
|
.pvr_value = 0x11a52080,
|
|
.pvr_value = 0x11a52080,
|
|
@@ -1992,6 +1993,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
|
|
.machine_check = machine_check_47x,
|
|
.machine_check = machine_check_47x,
|
|
.platform = "ppc470",
|
|
.platform = "ppc470",
|
|
},
|
|
},
|
|
|
|
+#endif /* CONFIG_PPC_47x */
|
|
{ /* default match */
|
|
{ /* default match */
|
|
.pvr_mask = 0x00000000,
|
|
.pvr_mask = 0x00000000,
|
|
.pvr_value = 0x00000000,
|
|
.pvr_value = 0x00000000,
|