Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a89518b882283fdb3e11fb6d1929dc874b380ca8
Commit:     a89518b882283fdb3e11fb6d1929dc874b380ca8
Parent:     aaa64e04f9af8c05a10ab3d67df44154742d15cf
Author:     Thomas Gleixner <[EMAIL PROTECTED]>
AuthorDate: Wed Jan 30 13:30:17 2008 +0100
Committer:  Ingo Molnar <[EMAIL PROTECTED]>
CommitDate: Wed Jan 30 13:30:17 2008 +0100

    x86: move page related declaration
    
    end_pfn is in page.h, so end_pfn_map has a place there as well
    
    Signed-off-by: Thomas Gleixner <[EMAIL PROTECTED]>
    Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]>
---
 include/asm-x86/page_64.h |    1 +
 include/asm-x86/proto.h   |    2 --
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/include/asm-x86/page_64.h b/include/asm-x86/page_64.h
index c3b52bc..6fdc904 100644
--- a/include/asm-x86/page_64.h
+++ b/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/include/asm-x86/proto.h b/include/asm-x86/proto.h
index 71a419c..7ff3d76 100644
--- a/include/asm-x86/proto.h
+++ b/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);
-
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

Reply via email to