From ad3b82795f3f6e641081790409a051312622f2a6 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Tue, 16 Oct 2007 23:26:07 -0700 Subject: 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 Cc: Ian Molton Cc: Kumar Gala Cc: Paul Mackerras Cc: Benjamin Herrenschmidt Cc: Mikael Starvik Cc: Miles Bader Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- include/asm-v850/irq_regs.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 include/asm-v850/irq_regs.h (limited to 'include/asm-v850') diff --git a/include/asm-v850/irq_regs.h b/include/asm-v850/irq_regs.h new file mode 100644 index 000000000000..3dd9c0b70270 --- /dev/null +++ b/include/asm-v850/irq_regs.h @@ -0,0 +1 @@ +#include -- cgit v1.2.3