|
@@ -21,6 +21,7 @@
|
|
|
#include <linux/pfn.h>
|
|
|
#include <linux/highmem.h>
|
|
|
#include <asm/page.h>
|
|
|
+#include <asm/pgalloc.h>
|
|
|
#include <asm/sections.h>
|
|
|
|
|
|
#include <asm/sn/arch.h>
|
|
@@ -503,7 +504,6 @@ void __init prom_free_prom_memory(void)
|
|
|
/* We got nothing to free here ... */
|
|
|
}
|
|
|
|
|
|
-extern void pagetable_init(void);
|
|
|
extern unsigned long setup_zero_pages(void);
|
|
|
|
|
|
void __init paging_init(void)
|