On Thursday 11 December 2008, Geert Uytterhoeven wrote: > > Unconverted architectures so far are m68k (because it doesn't use an explicit > > init_task.c), ia64 (because it faffs about with init_thread_union), and > > sparc{,64} (which appear to rely on some magic.) > > m68k just has the same code as anyone else embedded in > arch/m68k/kernel/process.c. There is an extra aligned(THREAD_SIZE))) attribute in the m68k thread_info definition, just like sparc and mips. Are you sure that removing it is safe on m68k? Arnd <>< -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html