mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +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
13 lines
295 B
C
13 lines
295 B
C
/* hardirq.h: 32-bit Sparc hard IRQ support.
|
|
*
|
|
* Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu)
|
|
* Copyright (C) 1998-2000 Anton Blanchard (anton@samba.org)
|
|
*/
|
|
|
|
#ifndef __SPARC_HARDIRQ_H
|
|
#define __SPARC_HARDIRQ_H
|
|
|
|
#include <asm-generic/hardirq.h>
|
|
|
|
#endif /* __SPARC_HARDIRQ_H */
|