Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80373
b: refs/heads/master
c: 5035950
h: refs/heads/master
i:
  80371: b9c6cbd
v: v3
  • Loading branch information
Ian Campbell authored and Ingo Molnar committed Jan 30, 2008
1 parent 9b789d2 commit eead1dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4323838215184f5a2f081e0d17b8d60731b03164
refs/heads/master: 503595010f2024b236fd2636a7318fe64c794d6c
7 changes: 1 addition & 6 deletions trunk/arch/x86/kernel/head_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ default_entry:
addl $0x67, %eax /* 0x67 == _PAGE_TABLE */
movl %eax, 4092(%edx)

xorl %ebx,%ebx /* This is the boot CPU (BSP) */
jmp 3f
/*
* Non-boot CPU entry point; entered from trampoline.S
Expand Down Expand Up @@ -268,10 +267,6 @@ ENTRY(startup_32_smp)
wrmsr

6:
/* This is a secondary processor (AP) */
xorl %ebx,%ebx
incl %ebx

#endif /* CONFIG_SMP */
3:

Expand All @@ -297,7 +292,7 @@ ENTRY(startup_32_smp)
popfl

#ifdef CONFIG_SMP
andl %ebx,%ebx
cmpb $0, ready
jz 1f /* Initial CPU cleans BSS */
jmp checkCPUtype
1:
Expand Down

0 comments on commit eead1dd

Please sign in to comment.