mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 14:30:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			226 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			226 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _LINUX_NUMA_H
 | |
| #define _LINUX_NUMA_H
 | |
| 
 | |
| 
 | |
| #ifdef CONFIG_NODES_SHIFT
 | |
| #define NODES_SHIFT     CONFIG_NODES_SHIFT
 | |
| #else
 | |
| #define NODES_SHIFT     0
 | |
| #endif
 | |
| 
 | |
| #define MAX_NUMNODES    (1 << NODES_SHIFT)
 | |
| 
 | |
| #endif /* _LINUX_NUMA_H */
 | 
