diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2009-04-29 03:47:22 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-29 04:20:31 -0400 |
commit | 448bc3ab0d03e77fee8e4264de0d001fc87bc164 (patch) | |
tree | 13137c86f7ec061da167d947a4ad4623c77b502f /arch/x86/kernel/vmlinux_64.lds.S | |
parent | dfc20895d944cfa81d8ff00809b68ecb8f72cbb0 (diff) |
x86, vmlinux.lds: unify exception table
[ Impact: cleanup ]
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Tim Abbott <tabbott@MIT.EDU>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
LKML-Reference: <1240991249-27117-6-git-send-email-sam@ravnborg.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/vmlinux_64.lds.S')
-rw-r--r-- | arch/x86/kernel/vmlinux_64.lds.S | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/x86/kernel/vmlinux_64.lds.S b/arch/x86/kernel/vmlinux_64.lds.S index b5d43670d809..641f3f991a01 100644 --- a/arch/x86/kernel/vmlinux_64.lds.S +++ b/arch/x86/kernel/vmlinux_64.lds.S | |||
@@ -1,13 +1,3 @@ | |||
1 | /* Exception table */ | ||
2 | . = ALIGN(16); | ||
3 | __ex_table : AT(ADDR(__ex_table) - LOAD_OFFSET) { | ||
4 | __start___ex_table = .; | ||
5 | *(__ex_table) | ||
6 | __stop___ex_table = .; | ||
7 | } :text = 0x9090 | ||
8 | |||
9 | RODATA | ||
10 | |||
11 | /* Align data segment to page size boundary */ | 1 | /* Align data segment to page size boundary */ |
12 | . = ALIGN(PAGE_SIZE); | 2 | . = ALIGN(PAGE_SIZE); |
13 | /* Data */ | 3 | /* Data */ |