mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-27 17:58:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			369 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			369 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _ASM_X86_CPUMASK_H
 | |
| #define _ASM_X86_CPUMASK_H
 | |
| #ifndef __ASSEMBLY__
 | |
| #include <linux/cpumask.h>
 | |
| 
 | |
| extern cpumask_var_t cpu_callin_mask;
 | |
| extern cpumask_var_t cpu_callout_mask;
 | |
| extern cpumask_var_t cpu_initialized_mask;
 | |
| extern cpumask_var_t cpu_sibling_setup_mask;
 | |
| 
 | |
| extern void setup_cpu_local_masks(void);
 | |
| 
 | |
| #endif /* __ASSEMBLY__ */
 | |
| #endif /* _ASM_X86_CPUMASK_H */
 | 
