|
@@ -196,7 +196,6 @@ typedef unsigned int elf_caddr_t;
|
|
|
/* offset pc for priv. level */ \
|
|
|
pc |= 3; \
|
|
|
\
|
|
|
- set_fs(USER_DS); \
|
|
|
regs->iasq[0] = spaceid; \
|
|
|
regs->iasq[1] = spaceid; \
|
|
|
regs->iaoq[0] = pc; \
|
|
@@ -299,7 +298,6 @@ on downward growing arches, it looks like this:
|
|
|
elf_addr_t pc = (elf_addr_t)new_pc | 3; \
|
|
|
elf_caddr_t *argv = (elf_caddr_t *)bprm->exec + 1; \
|
|
|
\
|
|
|
- set_fs(USER_DS); \
|
|
|
regs->iasq[0] = spaceid; \
|
|
|
regs->iasq[1] = spaceid; \
|
|
|
regs->iaoq[0] = pc; \
|