Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98711
b: refs/heads/master
c: 51597ac
h: refs/heads/master
i:
  98709: 598f2a3
  98707: 5fd84c3
  98703: e4344dc
v: v3
  • Loading branch information
Bastian Blank authored and Linus Torvalds committed Jul 4, 2008
1 parent 545d8db commit 0b458b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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: 1209726ce942047c9fefe7cd427dc36f8e9ded53
refs/heads/master: 51597acfd3c09073aeea94a0e6f76a931f8c22d2
14 changes: 7 additions & 7 deletions trunk/arch/alpha/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ SECTIONS
} :kernel
_etext = .; /* End of text section */

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

RODATA

/* Exception table */
. = ALIGN(16);
__ex_table : {
Expand All @@ -33,13 +40,6 @@ SECTIONS
__stop___ex_table = .;
}

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

RODATA

/* Will be freed after init */
. = ALIGN(PAGE_SIZE);
/* Init code and data */
Expand Down

0 comments on commit 0b458b7

Please sign in to comment.