[patch] Alpha setup.c was forgotten

Albert D. Cahalan (acahalan@cs.uml.edu)
Sat, 27 Jun 1998 13:33:05 -0400 (EDT)


Pre-patch 108 forgot to revert /proc damage.
BTW, should the samba.anu.edu.au system be in a Bcc or Cc?

diff -u --recursive --new-file v2.1.107/linux/arch/alpha/kernel/setup.c linux/arch/alpha/kernel/setup.c
--- v2.1.107/linux/arch/alpha/kernel/setup.c Thu Jun 25 21:35:18 1998
+++ linux/arch/alpha/kernel/setup.c Thu Jun 25 21:35:32 1998
@@ -388,11 +388,11 @@
&systype_name, &sysvariation_name);

return sprintf(buffer,
- "CPU\t\t\t: Alpha\n"
- "CPU model\t\t: %s\n"
- "CPU variation\t\t: %ld\n"
- "CPU revision\t\t: %ld\n"
- "CPU serial number\t: %s\n"
+ "cpu\t\t\t: Alpha\n" /* Do NOT "fix" speling. */
+ "cpu model\t\t: %s\n"
+ "cpu variation\t\t: %ld\n"
+ "cpu revision\t\t: %ld\n"
+ "cpu serial number\t: %s\n" /* Do NOT "fix" speling. */
"system type\t\t: %s\n"
"system variation\t: %s\n"
"system revision\t\t: %ld\n"

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu