patch-2.4.21 linux-2.4.21/arch/ppc64/kernel/udbg.c
Next file: linux-2.4.21/arch/ppc64/kernel/xics.c
Previous file: linux-2.4.21/arch/ppc64/kernel/traps.c
Back to the patch index
Back to the overall index
- Lines: 37
- Date:
2003-06-13 07:51:32.000000000 -0700
- Orig file:
linux-2.4.20/arch/ppc64/kernel/udbg.c
- Orig date:
2002-11-28 15:53:11.000000000 -0800
diff -urN linux-2.4.20/arch/ppc64/kernel/udbg.c linux-2.4.21/arch/ppc64/kernel/udbg.c
@@ -82,7 +82,7 @@
/* wait for idle */;
udbg_comport->thr = '\r'; eieio();
}
- } else if (naca->platform == PLATFORM_ISERIES_LPAR) {
+ } else if (systemcfg->platform == PLATFORM_ISERIES_LPAR) {
/* ToDo: switch this via ppc_md */
printk("%c", c);
}
@@ -119,8 +119,6 @@
if (s && *s != '\0') {
while ((c = *s++) != '\0')
ppc_md.udbg_putc(c);
- } else {
- udbg_puts("NULL");
}
} else {
printk("%s", s);
@@ -138,8 +136,7 @@
while ( (( c = *s++ ) != '\0') && (remain-- > 0)) {
ppc_md.udbg_putc(c);
}
- } else
- udbg_puts("NULL");
+ }
return n - remain;
}
@@ -182,7 +179,7 @@
void
udbg_printSP(const char *s)
{
- if (naca->platform == PLATFORM_PSERIES) {
+ if (systemcfg->platform == PLATFORM_PSERIES) {
unsigned long sp;
asm("mr %0,1" : "=r" (sp) :);
if (s)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)