mips: Use PAGE_SIZE for INIT_TASK_DATA alignment again
authorThomas Gleixner <tglx@linutronix.de>
Mon, 7 May 2012 09:39:11 +0000 (11:39 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 7 May 2012 09:40:19 +0000 (11:40 +0200)
957b369c (mips: Use generic init_task) optimistically replaced the
PAGE_SIZE INIT_TASK_DATA alignment with THREAD_SIZE, but THREAD_SIZE
is not defined, so the linking stage breaks.

Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

No differences found