Hi Chris, Today's linux-next merge of the tile tree got a conflict in arch/tile/kernel/vmlinux.lds.S between commit 19df0c2fef01 ("percpu: align percpu readmostly subsection to cacheline") from Linus' tree and commit 2cb82400719e ("arch/tile: catch up with section naming convention in 2.6.35") from the tile tree. Just context changes. I fixed it up (see below) and can carry the fix as necessary. -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx diff --cc arch/tile/kernel/vmlinux.lds.S index c6ce378,4e211c1..0000000 --- a/arch/tile/kernel/vmlinux.lds.S +++ b/arch/tile/kernel/vmlinux.lds.S @@@ -59,11 -59,8 +59,8 @@@ SECTION . = ALIGN(PAGE_SIZE); VMLINUX_SYMBOL(_sinitdata) = .; - .init.page : AT (ADDR(.init.page) - LOAD_OFFSET) { - *(.init.page) - } :data =0 - INIT_DATA_SECTION(16) + INIT_DATA_SECTION(16) :data =0 - PERCPU(PAGE_SIZE) + PERCPU(L2_CACHE_BYTES, PAGE_SIZE) . = ALIGN(PAGE_SIZE); VMLINUX_SYMBOL(_einitdata) = .; -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html