Commit e8086cbd authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] M68k thread_info

From: Geert Uytterhoeven <geert@linux-m68k.org>

M68k: Fix (unused) definition of init_thread_info (from Roman Zippel)
parent f8164382
......@@ -35,7 +35,7 @@ struct thread_info {
#define free_thread_info(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 current_thread_info() (current->thread_info)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment