 416af0171c
			
		
	
	
		416af0171c
		
			
		
	
	
	
	
		
			
			* Remove CORTEX_ENABLE_WFI_IDLE from the codebase. * Turn on CORTEX_ENABLE_WFI_IDLE by default.
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			203 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			203 B
		
	
	
	
		
			C
		
	
	
	
	
	
| // Copyright 2023 Nick Brassel (@tzarc)
 | |
| // SPDX-License-Identifier: GPL-2.0-or-later
 | |
| #pragma once
 | |
| 
 | |
| #ifndef CORTEX_ENABLE_WFI_IDLE
 | |
| #    define CORTEX_ENABLE_WFI_IDLE TRUE
 | |
| #endif // CORTEX_ENABLE_WFI_IDLE
 |