Messages in this thread Patch in this message |  | | | Date | Tue, 23 Dec 1997 09:42:28 +0100 | | From | Martin Mares <> | | Subject | Re: 2.1.75 /proc/cpuinfo |
| |
Hi,
> Is that how my /proc/cpuinfo is supposed to look? I believe the chip in > this system is a Cyrix.
The attached patch should fix this problem...
Have a nice fortnight -- Martin `MJ' Mares <mj@gts.cz> http://atrey.karlin.mff.cuni.cz/~mj/ Faculty of Math and Physics, Charles University, Prague, Czech Rep., Earth "It said, "Insert disk #3," but only two will fit!"
Index: head.S =================================================================== RCS file: /vger/u4/cvs/linux/arch/i386/kernel/head.S,v retrieving revision 1.19 diff -u -r1.19 head.S --- arch/i386/kernel/head.S 1997/12/05 17:45:26 1.19 +++ arch/i386/kernel/head.S 1997/12/23 08:35:09 @@ -172,7 +172,7 @@ * if CPUID works. */ movl $0x69727943,X86_VENDOR_ID # low 4 chars - movl $0x00000078,X86_VENDOR_ID # next 4 chars + movl $0x00000078,X86_VENDOR_ID+4 # next 4 chars /* * N.B. The pattern of accesses to 0x22 and 0x23 is *important*
|  |