Merge branch 'for-3.1-rc1' of git://gitorious.org/linux-omap-dss2/linux
[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);