patch-2.2.18 linux/arch/ppc/kernel/process.c

Next file: linux/arch/ppc/kernel/prom.c
Previous file: linux/arch/ppc/kernel/prep_setup.c
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/arch/ppc/kernel/process.c linux/arch/ppc/kernel/process.c
@@ -233,7 +233,7 @@
 	printk("[");
 	for (; bits->bit != 0; ++bits) {
 		if (val & bits->bit) {
-			printk("%s", bits->name);
+			printk("%s%s", sep, bits->name);
 			sep = ", ";
 		}
 	}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)