aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Bunk <[email protected]>2008-02-13 23:29:55 +0200
committerIngo Molnar <[email protected]>2008-02-19 16:18:29 +0100
commitaa65af3f92da39a686c8a3479426d15854fa27ab (patch)
tree401699e390a4632d40448245ccc2e96c2dd15694
parentf7f3d791e61d7baf8b0aee0384fdd469c0d2ac9b (diff)
x86: don't make swapper_pg_fixmap global
Signed-off-by: Adrian Bunk <[email protected]> Cc: Ian Campbell <[email protected]> Cc: [email protected] Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]>
-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 74ef4a41f224..25eb98540a41 100644
--- a/arch/x86/kernel/head_32.S
+++ b/arch/x86/kernel/head_32.S
@@ -612,7 +612,7 @@ ENTRY(swapper_pg_pmd)
ENTRY(swapper_pg_dir)
.fill 1024,4,0
#endif
-ENTRY(swapper_pg_fixmap)
+swapper_pg_fixmap:
.fill 1024,4,0
ENTRY(empty_zero_page)
.fill 4096,1,0