Searched hist:"957 b369c3d35d73e1d0c3e9d21db791e58984cbb" (Results 1 – 2 of 2) sorted by relevance
/linux/arch/mips/kernel/ |
H A D | vmlinux.lds.S | diff 957b369c3d35d73e1d0c3e9d21db791e58984cbb Thu May 03 11:02:55 CEST 2012 Thomas Gleixner <tglx@linutronix.de> mips: Use generic init_task
Same code. Use the generic version. The special Makefile treatment is pointless anyway as init_task.o contains only data which is handled by the linker script. So no point on being treated like head text.
Make the linker script align the task on THREAD_SIZE and not on PAGE_SIZE, as PAGE_SIZE might be smaller than THREAD_SIZE.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Ralf Baechle <ralf@linux-mips.org> Link: http://lkml.kernel.org/r/20120503085034.941344764@linutronix.de
|
H A D | Makefile | diff 957b369c3d35d73e1d0c3e9d21db791e58984cbb Thu May 03 11:02:55 CEST 2012 Thomas Gleixner <tglx@linutronix.de> mips: Use generic init_task
Same code. Use the generic version. The special Makefile treatment is pointless anyway as init_task.o contains only data which is handled by the linker script. So no point on being treated like head text.
Make the linker script align the task on THREAD_SIZE and not on PAGE_SIZE, as PAGE_SIZE might be smaller than THREAD_SIZE.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Ralf Baechle <ralf@linux-mips.org> Link: http://lkml.kernel.org/r/20120503085034.941344764@linutronix.de
|