aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/ctl_reg.h
diff options
context:
space:
mode:
authorVasily Gorbik <gor@linux.ibm.com>2019-11-12 17:35:28 +0100
committerVasily Gorbik <gor@linux.ibm.com>2019-11-20 12:58:12 +0100
commitc02ee6a16a260ae00a403be440e229fd8618486b (patch)
tree4f3a02cba79a8a8a6376a604a79e0a68a1dead1e /arch/s390/include/asm/ctl_reg.h
parents390/kasan: support memcpy_real with TRACE_IRQFLAGS (diff)
downloadlinux-dev-c02ee6a16a260ae00a403be440e229fd8618486b.tar.xz
linux-dev-c02ee6a16a260ae00a403be440e229fd8618486b.zip
s390/early: move control registers setup in C code
Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/ctl_reg.h')
-rw-r--r--arch/s390/include/asm/ctl_reg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/asm/ctl_reg.h b/arch/s390/include/asm/ctl_reg.h
index 60f907516335..ed5efbb531c4 100644
--- a/arch/s390/include/asm/ctl_reg.h
+++ b/arch/s390/include/asm/ctl_reg.h
@@ -11,6 +11,7 @@
#include <linux/bits.h>
#define CR0_CLOCK_COMPARATOR_SIGN BIT(63 - 10)
+#define CR0_LOW_ADDRESS_PROTECTION BIT(63 - 35)
#define CR0_EMERGENCY_SIGNAL_SUBMASK BIT(63 - 49)
#define CR0_EXTERNAL_CALL_SUBMASK BIT(63 - 50)
#define CR0_CLOCK_COMPARATOR_SUBMASK BIT(63 - 52)