Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.1 12 lines 217 B view raw
1#ifndef _ASM_X86_NUMA_32_H 2#define _ASM_X86_NUMA_32_H 3 4#ifdef CONFIG_HIGHMEM 5extern void set_highmem_pages_init(void); 6#else 7static inline void set_highmem_pages_init(void) 8{ 9} 10#endif 11 12#endif /* _ASM_X86_NUMA_32_H */