Re: linux-next: build failure after merge of the final tree (powerpc related)
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2011-12-28 10:32:40
Also in:
linux-next, lkml
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2011-12-28 10:32:40
Also in:
linux-next, lkml
On Wed, 2011-12-28 at 19:49 +1100, Stephen Rothwell wrote:
Hi , After merging the final tree, today's linux-next build (powerpc allyesconfig) failed like this: kernel/built-in.o: In function `irq_dispose_mapping': (.opd+0x159f0): multiple definition of `irq_dispose_mapping' arch/powerpc/kernel/built-in.o:(.opd+0x960): first defined here kernel/built-in.o: In function `irq_create_of_mapping': (.opd+0x15a20): multiple definition of `irq_create_of_mapping' arch/powerpc/kernel/built-in.o:(.opd+0x9a8): first defined here kernel/built-in.o: In function `.irq_create_of_mapping': (.text+0x147030): multiple definition of `.irq_create_of_mapping' arch/powerpc/kernel/built-in.o:(.text+0x9de0): first defined here kernel/built-in.o: In function `.irq_dispose_mapping': (.text+0x146f4c): multiple definition of `.irq_dispose_mapping' arch/powerpc/kernel/built-in.o:(.text+0x9684): first defined here I am not sure what caused this. And have just left it broken.
Grant, is your irq remapper misbehaving ? Cheers, Ben.