diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-09-07 02:19:51 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-09-07 02:19:51 -0400 |
commit | a1922ed661ab2c1637d0b10cde933bd9cd33d965 (patch) | |
tree | 0f1777542b385ebefd30b3586d830fd8ed6fda5b /arch/microblaze/kernel/vmlinux.lds.S | |
parent | 75e33751ca8bbb72dd6f1a74d2810ddc8cbe4bdf (diff) | |
parent | d28daf923ac5e4a0d7cecebae56f3e339189366b (diff) |
Merge branch 'tracing/core' into tracing/hw-breakpoints
Conflicts:
arch/Kconfig
kernel/trace/trace.h
Merge reason: resolve the conflicts, plus adopt to the new
ring-buffer APIs.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/microblaze/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/microblaze/kernel/vmlinux.lds.S | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/arch/microblaze/kernel/vmlinux.lds.S b/arch/microblaze/kernel/vmlinux.lds.S index 8ae807ab7a51..d34d38dcd12c 100644 --- a/arch/microblaze/kernel/vmlinux.lds.S +++ b/arch/microblaze/kernel/vmlinux.lds.S | |||
@@ -62,7 +62,8 @@ SECTIONS { | |||
62 | 62 | ||
63 | _sdata = . ; | 63 | _sdata = . ; |
64 | .data ALIGN (4096) : { /* page aligned when MMU used - origin 0x4 */ | 64 | .data ALIGN (4096) : { /* page aligned when MMU used - origin 0x4 */ |
65 | *(.data) | 65 | DATA_DATA |
66 | CONSTRUCTORS | ||
66 | } | 67 | } |
67 | . = ALIGN(32); | 68 | . = ALIGN(32); |
68 | .data.cacheline_aligned : { *(.data.cacheline_aligned) } | 69 | .data.cacheline_aligned : { *(.data.cacheline_aligned) } |
@@ -98,13 +99,13 @@ SECTIONS { | |||
98 | . = ALIGN(4096); | 99 | . = ALIGN(4096); |
99 | .init.text : { | 100 | .init.text : { |
100 | _sinittext = . ; | 101 | _sinittext = . ; |
101 | *(.init.text) | 102 | INIT_TEXT |
102 | *(.exit.text) | ||
103 | *(.exit.data) | ||
104 | _einittext = .; | 103 | _einittext = .; |
105 | } | 104 | } |
106 | 105 | ||
107 | .init.data : { *(.init.data) } | 106 | .init.data : { |
107 | INIT_DATA | ||
108 | } | ||
108 | 109 | ||
109 | . = ALIGN(4); | 110 | . = ALIGN(4); |
110 | .init.ivt : { | 111 | .init.ivt : { |