Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23819
b: refs/heads/master
c: eaeae0c
h: refs/heads/master
i:
  23817: c72059f
  23815: 51bae8e
v: v3
  • Loading branch information
Arjan van de Ven authored and Linus Torvalds committed Mar 25, 2006
1 parent 2e75c76 commit 9d3b399
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5f44a669805ab2c18b347436ec5333173b821268
refs/heads/master: eaeae0cc985fa1df753da7edc8d02635cbc1ba39
1 change: 1 addition & 0 deletions trunk/arch/x86_64/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
*/

.text
.section .bootstrap.text
.code32
.globl startup_32
/* %bx: 1 if coming from smp trampoline on secondary cpu */
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/x86_64/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ SECTIONS
phys_startup_64 = startup_64 - LOAD_OFFSET;
_text = .; /* Text and read-only data */
.text : AT(ADDR(.text) - LOAD_OFFSET) {
*(.bootstrap.text)
*(.text)
SCHED_TEXT
LOCK_TEXT
Expand Down

0 comments on commit 9d3b399

Please sign in to comment.