c6x: switch to generic kernel_thread()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Este commit está contenido en:
Al Viro
2012-09-22 18:23:49 -04:00
padre 680a14535c
commit 5687580bcb
Se han modificado 3 ficheros con 6 adiciones y 21 borrados

Ver fichero

@@ -92,8 +92,6 @@ static inline void release_thread(struct task_struct *dead_task)
{
}
extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags);
#define copy_segments(tsk, mm) do { } while (0)
#define release_segments(mm) do { } while (0)