fork: Provide weak arch_release_[task_struct|thread_info] functions
authorThomas Gleixner <tglx@linutronix.de>
Sat, 5 May 2012 15:05:41 +0000 (15:05 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 8 May 2012 11:55:20 +0000 (13:55 +0200)
commit41101809a865dd0be1b56eff46c83fad321870b2
treebe62c4da213f9ab79ac3f874f1ed8c6af0ff5b0a
parent2889f60814e15dea644782597d897cdba943564f
fork: Provide weak arch_release_[task_struct|thread_info] functions

These functions allow us to move most of the duplicated thread_info
allocators to the core code.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20120505150141.366461660@linutronix.de
kernel/fork.c