MIPS: PowerTV: Eliminate duplicate opcode definition macros
authorDavid VomLehn <dvomlehn@cisco.com>
Tue, 23 Feb 2010 00:31:13 +0000 (16:31 -0800)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 27 Feb 2010 11:53:41 +0000 (12:53 +0100)
commit81fc0179541dd52763cf62a52f0c09a05bcc6439
treeb04013dfa4eb52cadb619577d95beb2c003247de
parent3b439470e360931ad65234f94aa92cd7362f635a
MIPS: PowerTV: Eliminate duplicate opcode definition macros

Change to different macros for assembler macros since the old names in
powertv_setup.c were co-opted for use in asm/asm.h. This broken the
build for the powertv platform. This patch introduces new macros based on
the new macros in asm.h to take the place of the old macro values.

Signed-off-by: David VomLehn <dvomlehn@cisco.com>
Cc: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/985/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/powertv/powertv_setup.c