 c0ad90a32f
			
		
	
	
	c0ad90a32f
	
	
	
		
			
			Add ->retrigger() irq op to consolidate hw_irq_resend() implementations. (Most architectures had it defined to NOP anyway.) NOTE: ia64 needs testing. i386 and x86_64 tested. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			107 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			107 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _ASM_UM_HW_IRQ_H
 | |
| #define _ASM_UM_HW_IRQ_H
 | |
| 
 | |
| #include "asm/irq.h"
 | |
| #include "asm/archparam.h"
 | |
| 
 | |
| #endif
 |