mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	LoongArch: Rename GCC_PLUGIN_STACKLEAK to KSTACK_ERASE
Commit57fbad15c2("stackleak: Rename STACKLEAK to KSTACK_ERASE") misses the stackframe.h part for LoongArch, so fix it. Fixes:57fbad15c2("stackleak: Rename STACKLEAK to KSTACK_ERASE") Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
This commit is contained in:
		
							parent
							
								
									112ca94f6c
								
							
						
					
					
						commit
						0078e94a47
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -58,7 +58,7 @@
 | 
			
		|||
	.endm
 | 
			
		||||
 | 
			
		||||
	.macro STACKLEAK_ERASE
 | 
			
		||||
#ifdef CONFIG_GCC_PLUGIN_STACKLEAK
 | 
			
		||||
#ifdef CONFIG_KSTACK_ERASE
 | 
			
		||||
	bl	stackleak_erase_on_task_stack
 | 
			
		||||
#endif
 | 
			
		||||
	.endm
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue