 03fdb70892
			
		
	
	
	03fdb70892
	
	
	
		
			
			This simplifies the irqflags support by switching over to the asm-generic version. The necessary support functions are brought out-of-line for both SHcompact and SHmedia instruction sets. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			186 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			186 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __ASM_SH_IRQFLAGS_H
 | |
| #define __ASM_SH_IRQFLAGS_H
 | |
| 
 | |
| #define RAW_IRQ_DISABLED	0xf0
 | |
| #define RAW_IRQ_ENABLED		0x00
 | |
| 
 | |
| #include <asm-generic/irqflags.h>
 | |
| 
 | |
| #endif /* __ASM_SH_IRQFLAGS_H */
 |