Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61611
b: refs/heads/master
c: caf45dd
h: refs/heads/master
i:
  61609: 86d258a
  61607: 2d82dec
v: v3
  • Loading branch information
Roland McGrath authored and Linus Torvalds committed Jul 19, 2007
1 parent e942131 commit ac58aa7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: 2e1d5b8f24a887caded5ae3ceb2f341d4fbd1861
refs/heads/master: caf45dd92677b2001123cc06b5835052ccfee76f
5 changes: 4 additions & 1 deletion trunk/arch/alpha/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
OUTPUT_FORMAT("elf64-alpha")
OUTPUT_ARCH(alpha)
ENTRY(__start)
PHDRS { kernel PT_LOAD ; }
PHDRS { kernel PT_LOAD; note PT_NOTE; }
jiffies = jiffies_64;
SECTIONS
{
Expand All @@ -28,6 +28,9 @@ SECTIONS
__ex_table : { *(__ex_table) }
__stop___ex_table = .;

NOTES :kernel :note
.dummy : { *(.dummy) } :kernel

RODATA

/* Will be freed after init */
Expand Down

0 comments on commit ac58aa7

Please sign in to comment.