Commit 8550eb99 authored by Ingo Molnar's avatar Ingo Molnar

x86: arch/x86/mm/init_32.c cleanup

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 10f22dde
This diff is collapsed.
#ifndef _ASM_X86_BUGS_H #ifndef _ASM_X86_BUGS_H
#define _ASM_X86_BUGS_H #define _ASM_X86_BUGS_H
void check_bugs(void); extern void check_bugs(void);
extern int ppro_with_ram_bug(void);
#endif /* _ASM_X86_BUGS_H */ #endif /* _ASM_X86_BUGS_H */
#ifndef _ASM_X86_32_NUMA_H
#define _ASM_X86_32_NUMA_H 1
int pxm_to_nid(int pxm); extern int pxm_to_nid(int pxm);
#ifdef CONFIG_NUMA
extern void __init remap_numa_kva(void);
extern void set_highmem_pages_init(int);
#else
static inline void remap_numa_kva(void)
{
}
#endif
#endif /* _ASM_X86_32_NUMA_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment