Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136902
b: refs/heads/master
c: cb425af
h: refs/heads/master
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Ingo Molnar committed Feb 19, 2009
1 parent 26b342b commit 2d04169
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 2d4eeecb98ade6a736940d43311275b7d32dab21
refs/heads/master: cb425afd2183e90a481bb211ff49361a117a3ecc
6 changes: 3 additions & 3 deletions trunk/arch/x86/boot/compressed/head_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@
#include <asm/asm-offsets.h>

.section ".text.head","ax",@progbits
.globl startup_32

startup_32:
ENTRY(startup_32)
cld
/* test KEEP_SEGMENTS flag to see if the bootloader is asking
* us to not reload segments */
Expand Down Expand Up @@ -113,6 +111,8 @@ startup_32:
*/
leal relocated(%ebx), %eax
jmp *%eax
ENDPROC(startup_32)

.section ".text"
relocated:

Expand Down

0 comments on commit 2d04169

Please sign in to comment.