vserver 2.0 rc7
[linux-2.6.git] / include / asm-s390 / processor.h
index cbbd114..fb46e90 100644 (file)
@@ -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"