exit_thread: remove empty bodies
[sfrench/cifs-2.6.git] / arch / cris / arch-v10 / kernel / process.c
index 02b783457be0a92a0e346f21675f0f06b59b4288..96e5afef6b47b8831a56eb60c19a026a9c0bc2de 100644 (file)
@@ -35,15 +35,6 @@ void default_idle(void)
        local_irq_enable();
 }
 
-/*
- * Free current thread data structures etc..
- */
-
-void exit_thread(void)
-{
-       /* Nothing needs to be done.  */
-}
-
 /* if the watchdog is enabled, we can simply disable interrupts and go
  * into an eternal loop, and the watchdog will reset the CPU after 0.1s
  * if on the other hand the watchdog wasn't enabled, we just enable it and wait