patch-2.4.0-test5 linux/arch/ia64/kernel/setup.c
Next file: linux/arch/ia64/kernel/signal.c
Previous file: linux/arch/ia64/kernel/ptrace.c
Back to the patch index
Back to the overall index
- Lines: 31
- Date:
Fri Jul 14 16:08:12 2000
- Orig file:
v2.4.0-test4/linux/arch/ia64/kernel/setup.c
- Orig date:
Fri Jun 23 21:55:07 2000
diff -u --recursive --new-file v2.4.0-test4/linux/arch/ia64/kernel/setup.c linux/arch/ia64/kernel/setup.c
@@ -241,18 +241,18 @@
sprintf(cp, " 0x%lx", mask);
p += sprintf(p,
- "CPU# %lu\n"
- "\tvendor : %s\n"
- "\tfamily : %s\n"
- "\tmodel : %s\n"
- "\trevision : %u\n"
- "\tarchrev : %u\n"
- "\tfeatures :%s\n" /* don't change this---it _is_ right! */
- "\tcpu number : %lu\n"
- "\tcpu regs : %u\n"
- "\tcpu MHz : %lu.%06lu\n"
- "\titc MHz : %lu.%06lu\n"
- "\tBogoMIPS : %lu.%02lu\n\n",
+ "processor : %lu\n"
+ "vendor : %s\n"
+ "family : %s\n"
+ "model : %s\n"
+ "revision : %u\n"
+ "archrev : %u\n"
+ "features :%s\n" /* don't change this---it _is_ right! */
+ "cpu number : %lu\n"
+ "cpu regs : %u\n"
+ "cpu MHz : %lu.%06lu\n"
+ "itc MHz : %lu.%06lu\n"
+ "BogoMIPS : %lu.%02lu\n\n",
c - cpu_data, c->vendor, family, model, c->revision, c->archrev,
features,
c->ppn, c->number, c->proc_freq / 1000000, c->proc_freq % 1000000,
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)