diff options
| author | Tejun Heo <tj@kernel.org> | 2009-09-14 20:57:19 -0400 |
|---|---|---|
| committer | Tejun Heo <tj@kernel.org> | 2009-09-14 20:57:19 -0400 |
| commit | 5579fd7e6aed8860ea0c8e3f11897493153b10ad (patch) | |
| tree | 8f797ccd0f1a2c88f1605ae9e90b3ac17485de27 /arch/alpha/kernel | |
| parent | 04a13c7c632e1fe04a5f6e6c83565d2559e37598 (diff) | |
| parent | c2a7e818019f20a5cf7fb26a6eb59e212e6c0cd8 (diff) | |
Merge branch 'for-next' into for-linus
* pcpu_chunk_page_occupied() doesn't exist in for-next.
* pcpu_chunk_addr_search() updated to use raw_smp_processor_id().
Conflicts:
mm/percpu.c
Diffstat (limited to 'arch/alpha/kernel')
| -rw-r--r-- | arch/alpha/kernel/vmlinux.lds.S | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/arch/alpha/kernel/vmlinux.lds.S b/arch/alpha/kernel/vmlinux.lds.S index b9d6568e5f7f..6dc03c35caa0 100644 --- a/arch/alpha/kernel/vmlinux.lds.S +++ b/arch/alpha/kernel/vmlinux.lds.S | |||
| @@ -134,13 +134,6 @@ SECTIONS | |||
| 134 | __bss_stop = .; | 134 | __bss_stop = .; |
| 135 | _end = .; | 135 | _end = .; |
| 136 | 136 | ||
| 137 | /* Sections to be discarded */ | ||
| 138 | /DISCARD/ : { | ||
| 139 | EXIT_TEXT | ||
| 140 | EXIT_DATA | ||
| 141 | *(.exitcall.exit) | ||
| 142 | } | ||
| 143 | |||
| 144 | .mdebug 0 : { | 137 | .mdebug 0 : { |
| 145 | *(.mdebug) | 138 | *(.mdebug) |
| 146 | } | 139 | } |
| @@ -150,4 +143,6 @@ SECTIONS | |||
| 150 | 143 | ||
| 151 | STABS_DEBUG | 144 | STABS_DEBUG |
| 152 | DWARF_DEBUG | 145 | DWARF_DEBUG |
| 146 | |||
| 147 | DISCARDS | ||
| 153 | } | 148 | } |
