]> Pileus Git - ~andy/linux/commit
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)
commit392d9215782595e92afb318c0d48c930f8e571f0
tree60655233ebd067be9e495c8ec644ac45d97b4eca
parent481f93b67b44c762c0a34c4295837f633e869b1a
mips: Use PAGE_SIZE for INIT_TASK_DATA alignment again

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>
arch/mips/kernel/vmlinux.lds.S