X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-s390%2Fprocessor.h;h=fb46e9090b500bc2405ca4660dbfb6040188dceb;hb=da04b128cf0d74dd4cab270c53d9264e70f9203e;hp=cbbd114716723729107014b56eda0eca3f043159;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-s390/processor.h b/include/asm-s390/processor.h index cbbd1147167..fb46e9090b5 100644 --- a/include/asm-s390/processor.h +++ b/include/asm-s390/processor.h @@ -74,8 +74,6 @@ extern struct task_struct *last_task_used_math; #endif /* __s390x__ */ -#define MM_VM_SIZE(mm) DEFAULT_TASK_SIZE - #define HAVE_ARCH_PICK_MMAP_LAYOUT typedef struct { @@ -247,7 +245,7 @@ static inline void enabled_wait(void) psw_t wait_psw; wait_psw.mask = PSW_BASE_BITS | PSW_MASK_IO | PSW_MASK_EXT | - PSW_MASK_MCHECK | PSW_MASK_WAIT; + PSW_MASK_MCHECK | PSW_MASK_WAIT | PSW_DEFAULT_KEY; #ifndef __s390x__ asm volatile ( " basr %0,0\n"