|
@@ -111,7 +111,6 @@ struct thread_struct {
|
|
*/
|
|
*/
|
|
#define start_thread(regs, pc, usp) do { \
|
|
#define start_thread(regs, pc, usp) do { \
|
|
unsigned int *argc = (unsigned int *) bprm->exec; \
|
|
unsigned int *argc = (unsigned int *) bprm->exec; \
|
|
- set_fs(USER_DS); \
|
|
|
|
current->thread.int_depth = 1; \
|
|
current->thread.int_depth = 1; \
|
|
/* Force this process down to user land */ \
|
|
/* Force this process down to user land */ \
|
|
regs->ctx.SaveMask = TBICTX_PRIV_BIT; \
|
|
regs->ctx.SaveMask = TBICTX_PRIV_BIT; \
|