diff options
| author | Ingo Molnar <mingo@elte.hu> | 2009-05-11 08:44:27 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2009-05-11 08:44:31 -0400 |
| commit | 41fb454ebe6024f5c1e3b3cbc0abc0da762e7b51 (patch) | |
| tree | 51c50bcb67a5039448ddfa1869d7948cab1217e9 /include/asm-generic/vmlinux.lds.h | |
| parent | 19c1a6f5764d787113fa323ffb18be7991208f82 (diff) | |
| parent | 091bf7624d1c90cec9e578a18529f615213ff847 (diff) | |
Merge commit 'v2.6.30-rc5' into core/iommu
Merge reason: core/iommu was on an .30-rc1 base,
update it to .30-rc5 to refresh.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-generic/vmlinux.lds.h')
| -rw-r--r-- | include/asm-generic/vmlinux.lds.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h index 7fa660fd449c..89853bcd27a6 100644 --- a/include/asm-generic/vmlinux.lds.h +++ b/include/asm-generic/vmlinux.lds.h | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | #include <linux/section-names.h> | ||
| 2 | |||
| 1 | #ifndef LOAD_OFFSET | 3 | #ifndef LOAD_OFFSET |
| 2 | #define LOAD_OFFSET 0 | 4 | #define LOAD_OFFSET 0 |
| 3 | #endif | 5 | #endif |
| @@ -88,7 +90,6 @@ | |||
| 88 | /* .data section */ | 90 | /* .data section */ |
| 89 | #define DATA_DATA \ | 91 | #define DATA_DATA \ |
| 90 | *(.data) \ | 92 | *(.data) \ |
| 91 | *(.data.init.refok) \ | ||
| 92 | *(.ref.data) \ | 93 | *(.ref.data) \ |
| 93 | DEV_KEEP(init.data) \ | 94 | DEV_KEEP(init.data) \ |
| 94 | DEV_KEEP(exit.data) \ | 95 | DEV_KEEP(exit.data) \ |
| @@ -287,8 +288,6 @@ | |||
| 287 | *(.text.hot) \ | 288 | *(.text.hot) \ |
| 288 | *(.text) \ | 289 | *(.text) \ |
| 289 | *(.ref.text) \ | 290 | *(.ref.text) \ |
| 290 | *(.text.init.refok) \ | ||
| 291 | *(.exit.text.refok) \ | ||
| 292 | DEV_KEEP(init.text) \ | 291 | DEV_KEEP(init.text) \ |
| 293 | DEV_KEEP(exit.text) \ | 292 | DEV_KEEP(exit.text) \ |
| 294 | CPU_KEEP(init.text) \ | 293 | CPU_KEEP(init.text) \ |
| @@ -331,7 +330,7 @@ | |||
| 331 | #endif | 330 | #endif |
| 332 | 331 | ||
| 333 | /* Section used for early init (in .S files) */ | 332 | /* Section used for early init (in .S files) */ |
| 334 | #define HEAD_TEXT *(.head.text) | 333 | #define HEAD_TEXT *(HEAD_TEXT_SECTION) |
| 335 | 334 | ||
| 336 | /* init and exit section handling */ | 335 | /* init and exit section handling */ |
| 337 | #define INIT_DATA \ | 336 | #define INIT_DATA \ |
