projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cfcf03
)
x86: Misc cleanups
author
Graeme Russ
<graeme.russ@gmail.com>
Tue, 8 Nov 2011 02:33:23 +0000
(
02:33
+0000)
committer
Graeme Russ
<graeme.russ@gmail.com>
Tue, 29 Nov 2011 10:10:12 +0000
(21:10 +1100)
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
arch/x86/cpu/start.S
patch
|
blob
|
history
diff --git
a/arch/x86/cpu/start.S
b/arch/x86/cpu/start.S
index d099fc9ba30b5303a48475c7ed0c7f889fdbe4d6..f87633b56121ca14aed1feb062c294643e428fd3 100644
(file)
--- a/
arch/x86/cpu/start.S
+++ b/
arch/x86/cpu/start.S
@@
-48,7
+48,7
@@
_x86boot_start:
cli
cld
- /* Turn of cache (this might require a 486-class CPU) */
+ /* Turn of
f
cache (this might require a 486-class CPU) */
movl %cr0, %eax
orl $(X86_CR0_NW | X86_CR0_CD), %eax
movl %eax, %cr0
@@
-122,7
+122,8
@@
relocate_code:
/* Jump to in-RAM copy of board_init_r() */
call *%ebp
-die: hlt
+die:
+ hlt
jmp die
hlt