patch-2.4.4 linux/arch/i386/kernel/head.S
Next file: linux/arch/i386/kernel/i386_ksyms.c
Previous file: linux/arch/i386/kernel/bluesmoke.c
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Fri Apr 20 16:23:30 2001
- Orig file:
v2.4.3/linux/arch/i386/kernel/head.S
- Orig date:
Sun Mar 25 17:38:31 2001
diff -u --recursive --new-file v2.4.3/linux/arch/i386/kernel/head.S linux/arch/i386/kernel/head.S
@@ -169,9 +169,7 @@
rep
movsl
1:
-#ifdef CONFIG_SMP
checkCPUtype:
-#endif
movl $-1,X86_CPUID # -1 for no CPUID initially
@@ -244,9 +242,7 @@
orl $2,%eax # set MP
2: movl %eax,%cr0
call check_x87
-#ifdef CONFIG_SMP
incb ready
-#endif
lgdt gdt_descr
lidt idt_descr
ljmp $(__KERNEL_CS),$1f
@@ -278,9 +274,7 @@
jmp L6 # main should never return here, but
# just in case, we know what happens.
-#ifdef CONFIG_SMP
ready: .byte 0
-#endif
/*
* We depend on ET to be correct. This checks for 287/387.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)