Re: [git pull] Please pull powerpc.git merge branch
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2011-05-20 22:59:50
Also in:
lkml
On Fri, 2011-05-20 at 15:23 +0200, Richard Cochran wrote:
On Thu, May 19, 2011 at 02:06:18PM +1000, Benjamin Herrenschmidt wrote:quoted
are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git mergeWhen I try to build 'next' (now at 208b3a4c), it does not compile due to a change from the following commit.quoted
Benjamin Herrenschmidt (1): powerpc/smp: Make start_secondary_resume available to all CPU variantsI would appreciate your help in getting this fixed...
It's me being a moron. I'll send a fix to Linus. Cheers, Ben.
Thanks, Richard PS the error looks like this: AS arch/powerpc/kernel/misc_32.o arch/powerpc/kernel/misc_32.S: Assembler messages: arch/powerpc/kernel/misc_32.S:703: Error: Unrecognized opcode: `std' make[2]: *** [arch/powerpc/kernel/misc_32.o] Error 1 make[1]: *** [arch/powerpc/kernel] Error 2quoted
${CROSS_COMPILE}gcc -vUsing built-in specs. Target: powerpc-none-linux-gnuspe Configured with: ../gcc-4.3.2/configure --target=powerpc-none-linux-gnuspe --host=i686-pc-linux-gnu --prefix=/opt/freescale/usr/local/gcc-4.3.74-eglibc-2.8.74-dp-2/powerpc-none-linux-gnuspe --with-sysroot=/opt/freescale/usr/local/gcc-4.3.74-eglibc-2.8.74-dp-2/powerpc-none-linux-gnuspe/powerpc-none-linux-gnuspe/libc --disable-libssp --disable-libmudflap --disable-libstdcxx-pch --enable-libgomp --enable-shared --enable-threads --enable-languages=c,c++ --with-gmp=/usr/src/redhat/BUILD/csl-tc-4.3.74/host-libs/usr --with-mpfr=/usr/src/redhat/BUILD/csl-tc-4.3.74/host-libs/usr --with-cpu=8548 --with-gnu-as --with-gnu-ld --enable-symvers=gnu --enable-__cxa_atexit --enable-cxx-flags=-mcpu=8548 --disable-multilib --with-long-double-128 --disable-nls --enable-e500_double Thread model: posix gcc version 4.3.2 (GCC)