parisc: Use generic init_task
authorThomas Gleixner <tglx@linutronix.de>
Thu, 3 May 2012 09:02:57 +0000 (09:02 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 5 May 2012 11:00:24 +0000 (13:00 +0200)
commitc39f52a9edc5e0687cbb54c08bcd78cf7fe26b62
tree0308d789adc477be502381353555dbf3fd61b13d
parentcf5e6def83fabdf10a05dc5a5981eda1672cb79c
parisc: Use generic init_task

Same code, except: The alignment of init_thread_union is handled via
the linker script, so no point to have it with the data structure. The
extra asm(".data") looks like a leftover from an asm to C conversion
and is pointless.

Use the generic version.

Move the page table data to parisc/mm/init.c and get rid of
parisc/../init_task.c

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: James E.J. Bottomley <jejb@parisc-linux.org>
Link: http://lkml.kernel.org/r/20120503085035.150896946@linutronix.de
arch/parisc/Kconfig
arch/parisc/kernel/init_task.c [deleted file]
arch/parisc/mm/init.c