| To: | linux-mips@linux-mips.org, ralf@linux-mips.org, wim@iguana.be |
|---|---|
| Subject: | [PATCH 6/7] MIPS: Define ST0_NMI in asm/mipsregs.h |
| From: | David Daney <ddaney@caviumnetworks.com> |
| Date: | Fri, 23 Jul 2010 18:41:46 -0700 |
| Cc: | linux-kernel@vger.kernel.org, David Daney <ddaney@caviumnetworks.com> |
| In-reply-to: | <1279935707-3997-1-git-send-email-ddaney@caviumnetworks.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1279935707-3997-1-git-send-email-ddaney@caviumnetworks.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
This is used by the forthcoming OCTEON watchdog patch. Signed-off-by: David Daney <ddaney@caviumnetworks.com> --- arch/mips/include/asm/mipsregs.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/mips/include/asm/mipsregs.h b/arch/mips/include/asm/mipsregs.h index c6e3c93..335474c 100644 --- a/arch/mips/include/asm/mipsregs.h +++ b/arch/mips/include/asm/mipsregs.h @@ -408,6 +408,7 @@ #define STATUSB_IP15 7 #define STATUSF_IP15 (_ULCAST_(1) << 7) #define ST0_CH 0x00040000 +#define ST0_NMI 0x00080000 #define ST0_SR 0x00100000 #define ST0_TS 0x00200000 #define ST0_BEV 0x00400000 -- 1.7.1.1 |
| Previous by Date: | [PATCH 4/7] MIPS: Octeon: Export prom_putchar()., David Daney |
|---|---|
| Next by Date: | [PATCH 5/7] MIPS: Export __cpu_number_map and __cpu_logical_map., David Daney |
| Previous by Thread: | Re: [PATCH 4/7] MIPS: Octeon: Export prom_putchar()., Ralf Baechle |
| Next by Thread: | Re: [PATCH 6/7] MIPS: Define ST0_NMI in asm/mipsregs.h, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |