summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/head_32.S
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-02-22 19:58:37 (GMT)
committerIngo Molnar <mingo@elte.hu>2008-02-26 11:55:58 (GMT)
commited2b7e2b1d1ae201afe8fbd111632074b7b53ed4 (patch)
tree6e1f3e1252f7928cd8a6b0d2be4a832c2e4c8697 /arch/x86/kernel/head_32.S
parent4147c8747eace9058c606b35e700060297edaf91 (diff)
downloadlinux-fsl-qoriq-ed2b7e2b1d1ae201afe8fbd111632074b7b53ed4.tar.xz
x86: don't make swapper_pg_pmd global
There doesn't seem to be any reason for swapper_pg_pmd being global. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
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 25eb985..fd8ca53 100644
--- a/arch/x86/kernel/head_32.S
+++ b/arch/x86/kernel/head_32.S
@@ -606,7 +606,7 @@ ENTRY(_stext)
.section ".bss.page_aligned","wa"
.align PAGE_SIZE_asm
#ifdef CONFIG_X86_PAE
-ENTRY(swapper_pg_pmd)
+swapper_pg_pmd:
.fill 1024*KPMDS,4,0
#else
ENTRY(swapper_pg_dir)