patch-2.2.0-pre6 linux/arch/i386/kernel/setup.c
Next file: linux/arch/m68k/amiga/amiints.c
Previous file: linux/arch/i386/kernel/ptrace.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Jan 7 08:41:55 1999
- Orig file:
v2.2.0-pre5/linux/arch/i386/kernel/setup.c
- Orig date:
Mon Jan 4 15:08:16 1999
diff -u --recursive --new-file v2.2.0-pre5/linux/arch/i386/kernel/setup.c linux/arch/i386/kernel/setup.c
@@ -619,7 +619,7 @@
else
printk("%s", c->x86_model_id);
- if (c->x86_mask)
+ if (c->x86_mask || c->cpuid_level>=0)
printk(" stepping %02x", c->x86_mask);
if(c->x86_vendor == X86_VENDOR_CENTAUR)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov