Gitweb:
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=aa65af3f92da39a686c8a3479426d15854fa27ab
Commit: aa65af3f92da39a686c8a3479426d15854fa27ab
Parent: f7f3d791e61d7baf8b0aee0384fdd469c0d2ac9b
Author: Adrian Bunk <[EMAIL PROTECTED]>
AuthorDate: Wed Feb 13 23:29:55 2008 +0200
Committer: Ingo Molnar <[EMAIL PROTECTED]>
CommitDate: Tue Feb 19 16:18:29 2008 +0100
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]>
---
arch/x86/kernel/head_32.S | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/kernel/head_32.S b/arch/x86/kernel/head_32.S
index 74ef4a4..25eb985 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html