From 17c8cf36c728cb84f1ca3607e3a06305c2c78754 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Wed, 30 Jan 2008 13:30:17 +0100 Subject: [PATCH] --- yaml --- r: 79751 b: refs/heads/master c: a89518b882283fdb3e11fb6d1929dc874b380ca8 h: refs/heads/master i: 79749: 7dbcffec77620f0ab5221acbef0aa875c0919194 79747: 5722a91ff121599f6e6b7ef2f58fa233c6a4a093 79743: 5262ed0d5efe45e71f1ab0b00e1476fe62345e1f v: v3 --- [refs] | 2 +- trunk/include/asm-x86/page_64.h | 1 + trunk/include/asm-x86/proto.h | 2 -- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index b63b03bf2493..3644468d76e7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: aaa64e04f9af8c05a10ab3d67df44154742d15cf +refs/heads/master: a89518b882283fdb3e11fb6d1929dc874b380ca8 diff --git a/trunk/include/asm-x86/page_64.h b/trunk/include/asm-x86/page_64.h index c3b52bcb171e..6fdc904a5fa5 100644 --- a/trunk/include/asm-x86/page_64.h +++ b/trunk/include/asm-x86/page_64.h @@ -41,6 +41,7 @@ #ifndef __ASSEMBLY__ extern unsigned long end_pfn; +extern unsigned long end_pfn_map; void clear_page(void *); void copy_page(void *, void *); diff --git a/trunk/include/asm-x86/proto.h b/trunk/include/asm-x86/proto.h index 71a419c6e041..7ff3d765de05 100644 --- a/trunk/include/asm-x86/proto.h +++ b/trunk/include/asm-x86/proto.h @@ -41,8 +41,6 @@ extern void reserve_bootmem_generic(unsigned long phys, unsigned len); extern void load_gs_index(unsigned gs); -extern unsigned long end_pfn_map; - extern void exception_table_check(void); extern void swap_low_mappings(void);