aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-i386
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2007-02-13 13:26:26 +0100
committerAndi Kleen <andi@basil.nowhere.org>2007-02-13 13:26:26 +0100
commit40d22c1b5675e428b3f3f9a945d0bd62e94ca2f1 (patch)
tree7dd784ed0f3a02b2d945b5ec27c1dfa42def4fb3 /include/asm-i386
parent[PATCH] i386: Rename cpu_gdt_descr and remove extern declaration from smpboot.c (diff)
downloadlinux-dev-40d22c1b5675e428b3f3f9a945d0bd62e94ca2f1.tar.xz
linux-dev-40d22c1b5675e428b3f3f9a945d0bd62e94ca2f1.zip
[PATCH] i386: Remove extern declaration from mm/discontig.c, put in header.
Extern declarations belong in headers. Times, they are a'changin. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Andi Kleen <ak@suse.de> ===================================================================
Diffstat (limited to 'include/asm-i386')
-rw-r--r--include/asm-i386/setup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-i386/setup.h b/include/asm-i386/setup.h
index 76316275d6f9..0e8077cbfdac 100644
--- a/include/asm-i386/setup.h
+++ b/include/asm-i386/setup.h
@@ -77,6 +77,8 @@ int __init sanitize_e820_map(struct e820entry * biosmap, char * pnr_map);
void __init add_memory_region(unsigned long long start,
unsigned long long size, int type);
+extern unsigned long init_pg_tables_end;
+
#endif /* __ASSEMBLY__ */
#endif /* __KERNEL__ */