On Thursday 11 December 2008, Kyle McMartin wrote: > - */ > -union thread_union init_thread_union > - __attribute__((__section__(".data.init_task"), > - __aligned__(THREAD_SIZE))) = > - { INIT_THREAD_INFO(init_task) }; > - The __aligned__(THREAD_SIZE) is only present in sparc, mips and parisc (though the latter uses 128 byte align). I guess you verified that dropping it is ok for parisc, but is that also true for mips and sparc? 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