Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145664
b: refs/heads/master
c: 448bc3a
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg authored and Ingo Molnar committed Apr 29, 2009
1 parent 729b9a5 commit 156e3a1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 21 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: dfc20895d944cfa81d8ff00809b68ecb8f72cbb0
refs/heads/master: 448bc3ab0d03e77fee8e4264de0d001fc87bc164
10 changes: 10 additions & 0 deletions trunk/arch/x86/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,16 @@ SECTIONS

NOTES :text :note

/* Exception table */
. = ALIGN(16);
__ex_table : AT(ADDR(__ex_table) - LOAD_OFFSET) {
__start___ex_table = .;
*(__ex_table)
__stop___ex_table = .;
} :text = 0x9090

RODATA


#ifdef CONFIG_X86_32
# include "vmlinux_32.lds.S"
Expand Down
10 changes: 0 additions & 10 deletions trunk/arch/x86/kernel/vmlinux_32.lds.S
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
/* Exception table */
. = ALIGN(16);
__ex_table : AT(ADDR(__ex_table) - LOAD_OFFSET) {
__start___ex_table = .;
*(__ex_table)
__stop___ex_table = .;
} :text = 0x9090

RODATA

/* writeable */
. = ALIGN(PAGE_SIZE);
/* Data */
Expand Down
10 changes: 0 additions & 10 deletions trunk/arch/x86/kernel/vmlinux_64.lds.S
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
/* Exception table */
. = ALIGN(16);
__ex_table : AT(ADDR(__ex_table) - LOAD_OFFSET) {
__start___ex_table = .;
*(__ex_table)
__stop___ex_table = .;
} :text = 0x9090

RODATA

/* Align data segment to page size boundary */
. = ALIGN(PAGE_SIZE);
/* Data */
Expand Down

0 comments on commit 156e3a1

Please sign in to comment.