On Thursday 11 December 2008, Kyle McMartin wrote: > -union thread_union init_thread_union > - __attribute__ ((__section__(".init_task.data"))) = { > -INIT_THREAD_INFO(init_task)}; Did you notice that this is init_task.data, not data.init_task? The blackfin vmlinux.lds.S file references data.* sections together, so this appears broken to me with your patch. 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