]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - arch/x86/kernel/process.c
x86: Use generic init_task
authorThomas Gleixner <tglx@linutronix.de>
Thu, 3 May 2012 09:03:01 +0000 (09:03 +0000)
committerThomas Gleixner <tglx@linutronix.de>
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 <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20120503085035.739963562@linutronix.de
Cc: x86@kernel.org
arch/x86/Kconfig
arch/x86/Makefile
arch/x86/kernel/Makefile
arch/x86/kernel/init_task.c [deleted file]
arch/x86/kernel/process.c