summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/isadep.h
diff options
context:
space:
mode:
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-01-12 21:48:26 +0100
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-01-16 21:06:46 +0100
commita3ab2ae7f6c8724152f05144946a76b727fb1c7e (patch)
treec779e8946259fc769f3ada4ec6f6880b953e3162 /arch/mips/include/asm/isadep.h
parent23ff8633fd8ca75d2ffd4595b9c72bb1a5fdbd20 (diff)
downloadtalos-obmc-uboot-a3ab2ae7f6c8724152f05144946a76b727fb1c7e.tar.gz
talos-obmc-uboot-a3ab2ae7f6c8724152f05144946a76b727fb1c7e.zip
MIPS: sync processor and register definitions with linux-4.4
Update definitions for processor, registers as well as assemby macros. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'arch/mips/include/asm/isadep.h')
-rw-r--r--arch/mips/include/asm/isadep.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/mips/include/asm/isadep.h b/arch/mips/include/asm/isadep.h
index 24c6cda793..3d79ebcf59 100644
--- a/arch/mips/include/asm/isadep.h
+++ b/arch/mips/include/asm/isadep.h
@@ -4,6 +4,8 @@
* of Coprocessor 0 registers.
*
* Copyright (c) 1998 Harald Koerfgen
+ *
+ * SPDX-License-Identifier: GPL-2.0
*/
#ifndef __ASM_ISADEP_H
@@ -18,7 +20,7 @@
* kernel or user mode? (CP0_STATUS)
*/
#define KU_MASK 0x08
-#define KU_USER 0x08
+#define KU_USER 0x08
#define KU_KERN 0x00
#else
@@ -26,7 +28,7 @@
* kernel or user mode?
*/
#define KU_MASK 0x18
-#define KU_USER 0x10
+#define KU_USER 0x10
#define KU_KERN 0x00
#endif
OpenPOWER on IntegriCloud