linux/arch
Thomas Gleixner a4a2eb490e init_task: Create generic init_task instance
All archs define init_task in the same way (except ia64, but there is
no particular reason why ia64 cannot use the common version). Create a
generic instance so all archs can be converted over.

The config switch is temporary and will be removed when all archs are
converted over.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Chen Liqin <liqin.chen@sunplusct.com>
Cc: Chris Metcalf <cmetcalf@tilera.com>
Cc: Chris Zankel <chris@zankel.net>
Cc: David Howells <dhowells@redhat.com>
Cc: David S. Miller <davem@davemloft.net>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
Cc: Haavard Skinnemoen <hskinnemoen@gmail.com>
Cc: Hirokazu Takata <takata@linux-m32r.org>
Cc: James E.J. Bottomley <jejb@parisc-linux.org>
Cc: Jesper Nilsson <jesper.nilsson@axis.com>
Cc: Jonas Bonn <jonas@southpole.se>
Cc: Mark Salter <msalter@redhat.com>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Matt Turner <mattst88@gmail.com>
Cc: Michal Simek <monstr@monstr.eu>
Cc: Mike Frysinger <vapier@gentoo.org>
Cc: Paul Mundt <lethal@linux-sh.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Richard Kuo <rkuo@codeaurora.org>
Cc: Richard Weinberger <richard@nod.at>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Link: http://lkml.kernel.org/r/20120503085034.092585287@linutronix.de
2012-05-05 13:00:21 +02:00
..
alpha alpha: Use generic idle thread allocation 2012-04-26 12:06:12 +02:00
arm arm: Use generic idle thread allocation 2012-04-26 12:06:11 +02:00
avr32 avr32: fix nop compile fails from system.h split up 2012-04-04 08:23:44 -07:00
blackfin blackfin: Use generic idle thread allocation 2012-04-26 12:06:12 +02:00
c6x irq: Kill pointless irqd_to_hw export 2012-04-10 22:39:17 -06:00
cris cris: Use generic idle thread allocation 2012-04-26 12:06:11 +02:00
frv frv: Use core allocator for task_struct 2012-05-05 13:00:21 +02:00
h8300 Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2012-03-29 18:12:23 -07:00
hexagon hexagon: Use generic idle thread allocation 2012-04-26 12:06:11 +02:00
ia64 ia64: Use generic idle thread allocation 2012-04-26 12:06:10 +02:00
m32r smp: Add task_struct argument to __cpu_up() 2012-04-26 12:06:09 +02:00
m68k m68knommu: make sure 2nd FEC eth interface pins are enabled on 5275 ColdFire 2012-04-17 17:06:34 +10:00
microblaze Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping 2012-04-04 17:13:43 -07:00
mips mips: Use generic idle thread allocation 2012-04-26 12:06:11 +02:00
mn10300 smp: Add task_struct argument to __cpu_up() 2012-04-26 12:06:09 +02:00
openrisc Disintegrate and delete asm/system.h 2012-03-28 15:58:21 -07:00
parisc parisc: Use generic idle thread allocation 2012-04-26 12:06:13 +02:00
powerpc powerpc: Use generic idle thread allocation 2012-04-26 12:06:10 +02:00
s390 s390: Use generic idle thread allocation 2012-04-26 12:06:11 +02:00
score Delete all instances of asm/system.h 2012-03-28 18:30:03 +01:00
sh sh: Use generic idle thread allocation 2012-04-26 12:06:12 +02:00
sparc sparc: Use generic idle thread allocation 2012-04-26 12:06:12 +02:00
tile smp: Add task_struct argument to __cpu_up() 2012-04-26 12:06:09 +02:00
um smp: Add task_struct argument to __cpu_up() 2012-04-26 12:06:09 +02:00
unicore32 Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping 2012-04-04 17:13:43 -07:00
x86 x86: Use generic idle thread allocation 2012-04-26 12:06:10 +02:00
xtensa Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2012-03-29 18:12:23 -07:00
.gitignore
Kconfig init_task: Create generic init_task instance 2012-05-05 13:00:21 +02:00