diff options
author | Ingo Molnar <mingo@elte.hu> | 2007-10-16 23:26:07 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 08:42:47 -0700 |
commit | ad3b82795f3f6e641081790409a051312622f2a6 (patch) | |
tree | 00b92878bff18903c1546b29bfa07337c104096b /include/asm-ppc | |
parent | fix the softlockup watchdog to actually work (diff) | |
download | wireguard-linux-ad3b82795f3f6e641081790409a051312622f2a6.tar.xz wireguard-linux-ad3b82795f3f6e641081790409a051312622f2a6.zip |
softlockup: make asm/irq_regs.h available on every platform
The softlockup detector would like to use get_irq_regs(), so generalize the
availability on every Linux architecture.
(It is fine for an architecture to always return NULL to get_irq_regs(),
which it does by default.)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Cc: Ian Molton <spyro@f2s.com>
Cc: Kumar Gala <galak@gate.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Mikael Starvik <starvik@axis.com>
Cc: Miles Bader <uclinux-v850@lsi.nec.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-ppc')
-rw-r--r-- | include/asm-ppc/irq_regs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ppc/irq_regs.h b/include/asm-ppc/irq_regs.h new file mode 100644 index 000000000000..3dd9c0b70270 --- /dev/null +++ b/include/asm-ppc/irq_regs.h @@ -0,0 +1 @@ +#include <asm-generic/irq_regs.h> |