diff options
Diffstat (limited to 'arch/s390/include/asm/compat.h')
| -rw-r--r-- | arch/s390/include/asm/compat.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/include/asm/compat.h b/arch/s390/include/asm/compat.h index a34a9d612fc..18cd6b59265 100644 --- a/arch/s390/include/asm/compat.h +++ b/arch/s390/include/asm/compat.h @@ -20,7 +20,7 @@  #define PSW32_MASK_CC		0x00003000UL  #define PSW32_MASK_PM		0x00000f00UL -#define PSW32_MASK_USER		0x00003F00UL +#define PSW32_MASK_USER		0x0000FF00UL  #define PSW32_ADDR_AMODE	0x80000000UL  #define PSW32_ADDR_INSN		0x7FFFFFFFUL  |