Re: [PATCH v2 1/2] powerpc: Fix building of feature-fixup tests on ppc32

2008-07-02 Thread Michael Ellerman
On Tue, 2008-07-01 at 10:16 -0500, Kumar Gala wrote: We need to use PPC_LCMPI otherwise we get compile errors like: arch/powerpc/lib/feature-fixups-test.S: Assembler messages: arch/powerpc/lib/feature-fixups-test.S:142: Error: Unrecognized opcode: `cmpdi'

Re: [PATCH v2 1/2] powerpc: Fix building of feature-fixup tests on ppc32

2008-07-02 Thread Kumar Gala
On Jul 2, 2008, at 4:35 AM, Michael Ellerman wrote: On Tue, 2008-07-01 at 10:16 -0500, Kumar Gala wrote: We need to use PPC_LCMPI otherwise we get compile errors like: arch/powerpc/lib/feature-fixups-test.S: Assembler messages: arch/powerpc/lib/feature-fixups-test.S:142: Error: Unrecognized

Re: [PATCH v2 1/2] powerpc: Fix building of feature-fixup tests on ppc32

2008-07-02 Thread Segher Boessenkool
We need to use PPC_LCMPI otherwise we get compile errors like: arch/powerpc/lib/feature-fixups-test.S: Assembler messages: arch/powerpc/lib/feature-fixups-test.S:142: Error: Unrecognized opcode: `cmpdi' arch/powerpc/lib/feature-fixups-test.S:149: Error: Unrecognized opcode: `cmpdi'

[PATCH v2 1/2] powerpc: Fix building of feature-fixup tests on ppc32

2008-07-01 Thread Kumar Gala
We need to use PPC_LCMPI otherwise we get compile errors like: arch/powerpc/lib/feature-fixups-test.S: Assembler messages: arch/powerpc/lib/feature-fixups-test.S:142: Error: Unrecognized opcode: `cmpdi' arch/powerpc/lib/feature-fixups-test.S:149: Error: Unrecognized opcode: `cmpdi'