This patch fixes a missing newline in kernel boot messages in a 386.
--- linux-2.3.99-pre10-2/arch/i386/kernel/setup.c	Wed May 24 21:41:38 2000
+++ linux-2.3.99-pre10-2+fix/arch/i386/kernel/setup.c	Wed May 24 21:48:40 2000
@@ -1449,6 +1449,8 @@
 
         if (c->x86_mask || c->cpuid_level>=0) 
                 printk(" stepping %02x\n", c->x86_mask);
+	else
+		printk("\n");
 }
 
 /*
-- Cesar Eduardo Barros cesarb@nitnet.com.br cesarb@dcc.ufrj.br- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Wed May 31 2000 - 21:00:13 EST