mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 09:36:25 +00:00 
			
		
		
		
	 4205942968
			
		
	
	
		4205942968
		
	
	
	
	
		
			
			Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
		
			
				
	
	
		
			17 lines
		
	
	
		
			285 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			285 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _LINUX_STACKPROTECTOR_H
 | |
| #define _LINUX_STACKPROTECTOR_H 1
 | |
| 
 | |
| #include <linux/compiler.h>
 | |
| #include <linux/sched.h>
 | |
| #include <linux/random.h>
 | |
| 
 | |
| #ifdef CONFIG_CC_STACKPROTECTOR
 | |
| # include <asm/stackprotector.h>
 | |
| #else
 | |
| static inline void boot_init_stack_canary(void)
 | |
| {
 | |
| }
 | |
| #endif
 | |
| 
 | |
| #endif
 |