projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dc2ae3
)
MIPS: Define ST0_NMI in asm/mipsregs.h
author
David Daney
<ddaney@caviumnetworks.com>
Sat, 24 Jul 2010 01:41:46 +0000
(18:41 -0700)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 5 Aug 2010 12:26:22 +0000
(13:26 +0100)
This is used by the forthcoming OCTEON watchdog patch.
Signed-off-by: David Daney <ddaney@caviumnetworks.com>
To: linux-mips@linux-mips.org
To: wim@iguana.be
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/1498/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/mipsregs.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/include/asm/mipsregs.h
b/arch/mips/include/asm/mipsregs.h
index c6e3c93ce7c7a5aad8267d88f8c0089301d1e239..335474c155f6e6187aa19ce49527712ca954c8fb 100644
(file)
--- 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