]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Fix building of feature-fixup tests on ppc32
authorKumar Gala <galak@kernel.crashing.org>
Tue, 1 Jul 2008 15:16:16 +0000 (01:16 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 3 Jul 2008 06:58:09 +0000 (16:58 +1000)
commita28635135f21d1e9911499018cfc2a7fe886d565
treeeec5c7eaa9d8a31d877d49639b787c5ac71b5fb2
parentd777ecdc1f9aa712ffc0fe0244c708056d6ee7c4
powerpc: Fix building of feature-fixup tests on ppc32

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'
arch/powerpc/lib/feature-fixups-test.S:164: Error: Unrecognized opcode: `cmpdi'

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/lib/feature-fixups-test.S