[PATCH] ppc64: Clarify rtasd printk

Anton Blanchard anton at samba.org
Tue Jan 4 16:01:15 EST 2005


Hi,

On machines with RTAS but without event-scan support we would
incorrectly claim there was no RTAS on the system.

Signed-off-by: Anton Blanchard <anton at samba.org>

===== rtasd.c 1.34 vs edited =====
--- 1.34/arch/ppc64/kernel/rtasd.c	2004-11-16 14:29:11 +11:00
+++ edited/rtasd.c	2004-12-26 13:36:56 +11:00
@@ -486,7 +486,7 @@
 	/* No RTAS, only warn if we are on a pSeries box  */
 	if (rtas_token("event-scan") == RTAS_UNKNOWN_SERVICE) {
 		if (systemcfg->platform & PLATFORM_PSERIES);
-			printk(KERN_ERR "rtasd: no RTAS on system\n");
+			printk(KERN_ERR "rtasd: no event-scan on system\n");
 		return 1;
 	}
 



More information about the Linuxppc64-dev mailing list