aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/vmlinux.lds.h
diff options
context:
space:
mode:
authorBrian Gerst <brgerst@gmail.com>2009-01-18 22:21:27 -0500
committerTejun Heo <tj@kernel.org>2009-01-19 22:29:19 -0500
commit0bd74fa8e29dcad98f7e8ffe01ec05fb3326abaf (patch)
tree8b2768ec721d649e1c9d0c8cff4caf44a5326263 /include/asm-generic/vmlinux.lds.h
parent8ce031972b40da58c268caba8c5ea3c0856d7131 (diff)
percpu: refactor percpu.h
Impact: cleanup Refactor the DEFINE_PER_CPU_* macros and add .data.percpu.first section. Signed-off-by: Brian Gerst <brgerst@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'include/asm-generic/vmlinux.lds.h')
-rw-r--r--include/asm-generic/vmlinux.lds.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h
index aa6b9b1b30b5..32bbf50d3055 100644
--- a/include/asm-generic/vmlinux.lds.h
+++ b/include/asm-generic/vmlinux.lds.h
@@ -486,6 +486,7 @@
486 */ 486 */
487#define PERCPU_VADDR(vaddr, phdr) \ 487#define PERCPU_VADDR(vaddr, phdr) \
488 PERCPU_PROLOG(vaddr) \ 488 PERCPU_PROLOG(vaddr) \
489 *(.data.percpu.first) \
489 *(.data.percpu.page_aligned) \ 490 *(.data.percpu.page_aligned) \
490 *(.data.percpu) \ 491 *(.data.percpu) \
491 *(.data.percpu.shared_aligned) \ 492 *(.data.percpu.shared_aligned) \