There is no reason for per arch hardirq bits. Make them all generic Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/20130917183628.534494408@linutronix.de
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			175 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			175 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
#ifdef __KERNEL__
 | 
						|
#ifndef __ASM_HARDIRQ_H
 | 
						|
#define __ASM_HARDIRQ_H
 | 
						|
 | 
						|
#include <asm/irq.h>
 | 
						|
#include <asm-generic/hardirq.h>
 | 
						|
 | 
						|
#endif /* __ASM_HARDIRQ_H */
 | 
						|
#endif /* __KERNEL__ */
 |