alpha: move include/asm-alpha to arch/alpha/include/asm
Sam Ravnborg did the build-test that the direct header file move works, I'm just committing it. This is a pure move: mkdir arch/alpha/include git mv include/asm-alpha arch/alpha/include/asm with no other changes. Requested-and-tested-by: Sam Ravnborg <sam@ravnborg.org> Cc: Richard Henderson <rth@twiddle.net> Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
13
arch/alpha/include/asm/hw_irq.h
Normal file
13
arch/alpha/include/asm/hw_irq.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef _ALPHA_HW_IRQ_H
|
||||
#define _ALPHA_HW_IRQ_H
|
||||
|
||||
|
||||
extern volatile unsigned long irq_err_count;
|
||||
|
||||
#ifdef CONFIG_ALPHA_GENERIC
|
||||
#define ACTUAL_NR_IRQS alpha_mv.nr_irqs
|
||||
#else
|
||||
#define ACTUAL_NR_IRQS NR_IRQS
|
||||
#endif
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user