aboutsummaryrefslogtreecommitdiffstats
path: root/arch/frv/kernel/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/frv/kernel/process.c')
-rw-r--r--arch/frv/kernel/process.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/frv/kernel/process.c b/arch/frv/kernel/process.c
index 9d359752646..3901df1213c 100644
--- a/arch/frv/kernel/process.c
+++ b/arch/frv/kernel/process.c
@@ -143,10 +143,7 @@ void machine_power_off(void)
143 143
144void flush_thread(void) 144void flush_thread(void)
145{ 145{
146#if 0 //ndef NO_FPU 146 /* nothing */
147 unsigned long zero = 0;
148#endif
149 set_fs(USER_DS);
150} 147}
151 148
152inline unsigned long user_stack(const struct pt_regs *regs) 149inline unsigned long user_stack(const struct pt_regs *regs)