]> Git Repo - linux.git/commit - arch/x86/kernel/Makefile
x86: Use generic init_task
authorThomas Gleixner <[email protected]>
Thu, 3 May 2012 09:03:01 +0000 (09:03 +0000)
committerThomas Gleixner <[email protected]>
Sat, 5 May 2012 11:00:26 +0000 (13:00 +0200)
commit45046892ef89c1e0caad66a03c8c1e14ad478d23
tree3ca4b2c854561914cb2a0ac26caea9255ab7bc9c
parent5b408241e99bd3f670122d4e6142b69cc6c24098
x86: 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.

Signed-off-by: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Cc: [email protected]
arch/x86/Kconfig
arch/x86/Makefile
arch/x86/kernel/Makefile
arch/x86/kernel/init_task.c [deleted file]
arch/x86/kernel/process.c
This page took 0.049265 seconds and 4 git commands to generate.