|
@@ -800,7 +800,7 @@ static void __init prom_send_capabilities(void)
|
|
|
root = call_prom("open", 1, 1, ADDR("/"));
|
|
|
if (root != 0) {
|
|
|
/* try calling the ibm,client-architecture-support method */
|
|
|
- prom_printf("Calling ibm,client-architecture...");
|
|
|
+ prom_printf("Calling ibm,client-architecture-support...");
|
|
|
if (call_prom_ret("call-method", 3, 2, &ret,
|
|
|
ADDR("ibm,client-architecture-support"),
|
|
|
root,
|
|
@@ -814,6 +814,7 @@ static void __init prom_send_capabilities(void)
|
|
|
return;
|
|
|
}
|
|
|
call_prom("close", 1, 0, root);
|
|
|
+ prom_printf(" not implemented\n");
|
|
|
}
|
|
|
|
|
|
/* no ibm,client-architecture-support call, try the old way */
|