]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/x86/include/asm/init.h
Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
[mirror_ubuntu-bionic-kernel.git] / arch / x86 / include / asm / init.h
CommitLineData
4fcb2083
PE
1#ifndef _ASM_X86_INIT_32_H
2#define _ASM_X86_INIT_32_H
3
4#ifdef CONFIG_X86_32
5extern void __init early_ioremap_page_table_range_init(void);
6#endif
7
8extern unsigned long __init
9kernel_physical_mapping_init(unsigned long start,
10 unsigned long end,
11 unsigned long page_size_mask);
12
13
d1b19426
YL
14extern unsigned long __initdata pgt_buf_start;
15extern unsigned long __meminitdata pgt_buf_end;
16extern unsigned long __meminitdata pgt_buf_top;
4fcb2083
PE
17
18#endif /* _ASM_X86_INIT_32_H */