Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136901
b: refs/heads/master
c: 2d4eeec
h: refs/heads/master
i:
  136899: 1fd9220
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Ingo Molnar committed Feb 19, 2009
1 parent 8222b51 commit 26b342b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 324bda9e47f53aebec1376ee89bba8128c8455e2
refs/heads/master: 2d4eeecb98ade6a736940d43311275b7d32dab21
6 changes: 2 additions & 4 deletions trunk/arch/x86/boot/compressed/head_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@

.section ".text.head"
.code32
.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 @@ -176,6 +174,7 @@ startup_32:

/* Jump from 32bit compatibility mode into 64bit mode. */
lret
ENDPROC(startup_32)

no_longmode:
/* This isn't an x86-64 CPU so hang */
Expand Down Expand Up @@ -295,7 +294,6 @@ relocated:
call decompress_kernel
popq %rsi


/*
* Jump to the decompressed kernel.
*/
Expand Down

0 comments on commit 26b342b

Please sign in to comment.