|
@@ -1880,6 +1880,12 @@ unsigned long __init prom_init(unsigned long r3, unsigned long r4, unsigned long
|
|
prom_setprop(_prom->chosen, "linux,platform",
|
|
prom_setprop(_prom->chosen, "linux,platform",
|
|
&getprop_rval, sizeof(getprop_rval));
|
|
&getprop_rval, sizeof(getprop_rval));
|
|
|
|
|
|
|
|
+ /*
|
|
|
|
+ * On pSeries, inform the firmware about our capabilities
|
|
|
|
+ */
|
|
|
|
+ if (RELOC(of_platform) & PLATFORM_PSERIES)
|
|
|
|
+ prom_send_capabilities();
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* On pSeries, copy the CPU hold code
|
|
* On pSeries, copy the CPU hold code
|
|
*/
|
|
*/
|