mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 03:51:48 +00:00
54197e43a4
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
10 lines
175 B
C
10 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__ */
|