[PATCH 382] M68k thread_info

From: Geert Uytterhoeven
Date: Thu Jan 01 2004 - 16:29:41 EST


M68k: Fix (unused) definition of init_thread_info (from Roman Zippel)

--- linux-2.6.0/include/asm-m68k/thread_info.h 2003-08-25 18:16:35.000000000 +0200
+++ linux-m68k-2.6.0/include/asm-m68k/thread_info.h 2003-11-19 21:09:32.000000000 +0100
@@ -34,7 +34,7 @@
#define free_thread_stack(ti) free_pages((unsigned long)(ti),1)
#endif /* PAGE_SHIFT == 13 */

-#define init_thread_info (init_thread_union.thread_info)
+//#define init_thread_info (init_task.thread.info)
#define init_stack (init_thread_union.stack)

#define get_thread_info(tsk) (&(tsk)->thread.info)

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/