mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-29 23:28:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			217 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			217 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _ASM_X86_NUMA_32_H
 | |
| #define _ASM_X86_NUMA_32_H
 | |
| 
 | |
| #ifdef CONFIG_HIGHMEM
 | |
| extern void set_highmem_pages_init(void);
 | |
| #else
 | |
| static inline void set_highmem_pages_init(void)
 | |
| {
 | |
| }
 | |
| #endif
 | |
| 
 | |
| #endif /* _ASM_X86_NUMA_32_H */
 | 
