Merge branch 'at91/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[pandora-kernel.git] / arch / alpha / kernel / process.c
index 838eac1..89bbe5b 100644 (file)
@@ -200,7 +200,6 @@ show_regs(struct pt_regs *regs)
 void
 start_thread(struct pt_regs * regs, unsigned long pc, unsigned long sp)
 {
-       set_fs(USER_DS);
        regs->pc = pc;
        regs->ps = 8;
        wrusp(sp);