From: Thomas Gleixner Date: Mon, 7 May 2012 09:39:11 +0000 (+0200) Subject: mips: Use PAGE_SIZE for INIT_TASK_DATA alignment again X-Git-Tag: v3.5-rc1~163^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=392d9215782595e92afb318c0d48c930f8e571f0;p=pandora-kernel.git 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 Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed