cris, exec: remove redundant set_fs(USER_DS)
The address limit is already set in flush_old_exec() so those calls to set_fs(USER_DS) are redundant. Signed-off-by: Mathias Krause <minipli@googlemail.com> Cc: Jesper Nilsson <jesper.nilsson@axis.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Родитель
ce1bb7afc5
Коммит
5ec80e50e1
|
@ -53,7 +53,6 @@ struct thread_struct {
|
|||
*/
|
||||
|
||||
#define start_thread(regs, ip, usp) do { \
|
||||
set_fs(USER_DS); \
|
||||
regs->irp = ip; \
|
||||
regs->dccr |= 1 << U_DCCR_BITNR; \
|
||||
wrusp(usp); \
|
||||
|
|
|
@ -47,7 +47,6 @@ struct thread_struct {
|
|||
*/
|
||||
#define start_thread(regs, ip, usp) \
|
||||
do { \
|
||||
set_fs(USER_DS); \
|
||||
regs->erp = ip; \
|
||||
regs->ccs |= 1 << (U_CCS_BITNR + CCS_SHIFT); \
|
||||
wrusp(usp); \
|
||||
|
|
Загрузка…
Ссылка в новой задаче