summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head_32.S
diff options
context:
space:
mode:
authorTim Abbott2009-09-21 00:14:14 +0200
committerSam Ravnborg2009-09-21 06:27:08 +0200
commit02b7da37f7acd49277dea1481dc0c5c246c09732 (patch)
tree0544bfe6df222e4a3999116db3b691d6621e1977 /arch/x86/kernel/head_32.S
parentUse new __init_task_data macro in arch init_task.c files. (diff)
downloadkernel-qcow2-linux-02b7da37f7acd49277dea1481dc0c5c246c09732.tar.gz
kernel-qcow2-linux-02b7da37f7acd49277dea1481dc0c5c246c09732.tar.xz
kernel-qcow2-linux-02b7da37f7acd49277dea1481dc0c5c246c09732.zip
Use macros for .bss.page_aligned section.
This patch changes the remaining direct references to .bss.page_aligned in C and assembly code to use the macros in include/linux/linkage.h. Signed-off-by: Tim Abbott <tabbott@ksplice.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Ingo Molnar <mingo@redhat.com> Cc: H. Peter Anvin <hpa@zytor.com> Acked-by: Paul Mundt <lethal@linux-sh.org> Cc: Chris Zankel <chris@zankel.net> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'arch/x86/kernel/head_32.S')
-rw-r--r--arch/x86/kernel/head_32.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/head_32.S b/arch/x86/kernel/head_32.S
index b766e8c7252d..1dac23958427 100644
--- a/arch/x86/kernel/head_32.S
+++ b/arch/x86/kernel/head_32.S
@@ -608,7 +608,7 @@ ENTRY(initial_code)
/*
* BSS section
*/
-.section ".bss.page_aligned","wa"
+__PAGE_ALIGNED_BSS
.align PAGE_SIZE_asm
#ifdef CONFIG_X86_PAE
swapper_pg_pmd: