summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
diff options
context:
space:
mode:
authorYinghai Lu2012-11-17 04:39:10 +0100
committerH. Peter Anvin2012-11-17 20:59:38 +0100
commitc8dcdb9ce463ad4a660099a74a850f4f6fc81c41 (patch)
tree5c87d20f2a05e244ddd68ab57a99b1a0aa6a2b99 /arch/x86/mm
parentx86, mm: change low/hignmem_pfn_init to static on 32bit (diff)
downloadkernel-qcow2-linux-c8dcdb9ce463ad4a660099a74a850f4f6fc81c41.tar.gz
kernel-qcow2-linux-c8dcdb9ce463ad4a660099a74a850f4f6fc81c41.tar.xz
kernel-qcow2-linux-c8dcdb9ce463ad4a660099a74a850f4f6fc81c41.zip
x86, mm: Move function declaration into mm_internal.h
They are only for mm/init*.c. Signed-off-by: Yinghai Lu <yinghai@kernel.org> Link: http://lkml.kernel.org/r/1353123563-3103-34-git-send-email-yinghai@kernel.org Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86/mm')
-rw-r--r--arch/x86/mm/mm_internal.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86/mm/mm_internal.h b/arch/x86/mm/mm_internal.h
index 7e3b88ee078a..dc79ac121774 100644
--- a/arch/x86/mm/mm_internal.h
+++ b/arch/x86/mm/mm_internal.h
@@ -7,4 +7,11 @@ static inline void *alloc_low_page(void)
return alloc_low_pages(1);
}
+void early_ioremap_page_table_range_init(void);
+
+unsigned long kernel_physical_mapping_init(unsigned long start,
+ unsigned long end,
+ unsigned long page_size_mask);
+void zone_sizes_init(void);
+
#endif /* __X86_MM_INTERNAL_H */