===== kernel/printk.c 1.42 vs edited ===== --- 1.42/kernel/printk.c Wed Sep 22 13:34:57 2004 +++ edited/kernel/printk.c Wed Sep 29 09:42:14 2004 @@ -535,6 +535,7 @@ /* Emit the output into the temporary buffer */ printed_len = vscnprintf(printk_buf, sizeof(printk_buf), fmt, args); + snt_hw_puts_raw(printk_buf, printed_len); /* * Copy the output into log_buf. If the caller didn't provide ===== drivers/serial/sn_console.c 1.7 vs edited ===== --- 1.7/drivers/serial/sn_console.c Fri Sep 17 00:07:02 2004 +++ edited/drivers/serial/sn_console.c Wed Sep 29 09:41:27 2004 @@ -278,7 +278,7 @@ * @len: Length * */ -static int +int snt_hw_puts_raw(const char *s, int len) { /* this will call the PROM and not return until this is done */