Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 681
b: refs/heads/master
c: 92eac95
h: refs/heads/master
i:
  679: 83b1300
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed May 1, 2005
1 parent 3139181 commit 04bf825
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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: 31df7b7fc6182b6c4e5c3b77084d0c026b3ac613
refs/heads/master: 92eac95287d75f220a8bbef6646f51a6497c4b4c
9 changes: 4 additions & 5 deletions trunk/include/asm-um/common.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,17 @@
_sdata = .;
PROVIDE (sdata = .);

. = ALIGN(16); /* Exception table */
__start___ex_table = .;
__ex_table : { *(__ex_table) }
__stop___ex_table = .;

RODATA

.unprotected : { *(.unprotected) }
. = ALIGN(4096);
PROVIDE (_unprotected_end = .);

. = ALIGN(4096);
__start___ex_table = .;
__ex_table : { *(__ex_table) }
__stop___ex_table = .;

__uml_setup_start = .;
.uml.setup.init : { *(.uml.setup.init) }
__uml_setup_end = .;
Expand Down

0 comments on commit 04bf825

Please sign in to comment.