patch-2.4.19 linux-2.4.19/arch/i386/kernel/head.S
Next file: linux-2.4.19/arch/i386/kernel/i386_ksyms.c
Previous file: linux-2.4.19/arch/i386/kernel/entry.S
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Aug 2 17:39:42 2002
- Orig file:
linux-2.4.18/arch/i386/kernel/head.S
- Orig date:
Mon Feb 25 11:37:53 2002
diff -urN linux-2.4.18/arch/i386/kernel/head.S linux-2.4.19/arch/i386/kernel/head.S
@@ -178,7 +178,7 @@
* we don't need to preserve eflags.
*/
- movl $3,X86 # at least 386
+ movb $3,X86 # at least 386
pushfl # push EFLAGS
popl %eax # get EFLAGS
movl %eax,%ecx # save original EFLAGS
@@ -191,7 +191,7 @@
andl $0x40000,%eax # check if AC bit changed
je is386
- movl $4,X86 # at least 486
+ movb $4,X86 # at least 486
movl %ecx,%eax
xorl $0x200000,%eax # check ID flag
pushl %eax
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)