From: Yoshinori Sato Date: Fri, 28 Dec 2018 13:59:57 +0000 (+0900) Subject: fix pm X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2949b6f7566c9082fd3e5e2aedf9e7e1163cca8a;p=uclinux-h8%2Flinux.git fix pm --- diff --git a/arch/rx/include/asm/processor.h b/arch/rx/include/asm/processor.h index 578c6809f686..567d7e2500e4 100644 --- a/arch/rx/include/asm/processor.h +++ b/arch/rx/include/asm/processor.h @@ -59,7 +59,7 @@ struct thread_struct { do { \ set_fs(USER_DS); /* reads from user space */ \ (_regs)->pc = (_pc); \ - (_regs)->psw = (1<<20) | (1<<16); /* user mode */ \ + (_regs)->psw = (1<<20) | (1<<17); /* user mode */ \ (_regs)->usp = (_usp); \ } while(0)