From: Ingo Molnar Date: Wed, 17 Oct 2007 06:26:07 +0000 (-0700) Subject: softlockup: make asm/irq_regs.h available on every platform X-Git-Tag: v6.6-pxa1908~50454 X-Git-Url: https://git.dujemihanovic.xyz/?a=commitdiff_plain;h=ad3b82795f3f6e641081790409a051312622f2a6;p=linux.git 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 --- diff --git a/include/asm-arm26/irq_regs.h b/include/asm-arm26/irq_regs.h new file mode 100644 index 000000000000..3dd9c0b70270 --- /dev/null +++ b/include/asm-arm26/irq_regs.h @@ -0,0 +1 @@ +#include diff --git a/include/asm-cris/irq_regs.h b/include/asm-cris/irq_regs.h new file mode 100644 index 000000000000..3dd9c0b70270 --- /dev/null +++ b/include/asm-cris/irq_regs.h @@ -0,0 +1 @@ +#include 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 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