m32r: build fix of entry.S
authorHirokazu Takata <takata@linux-m32r.org>
Tue, 21 Aug 2007 03:04:29 +0000 (12:04 +0900)
committerHirokazu Takata <takata@linux-m32r.org>
Thu, 6 Sep 2007 02:09:20 +0000 (11:09 +0900)
This patch fixes the following compile error:
<--  snip  -->
 ...
  AS      arch/m32r/kernel/entry.o
/home/bunk/linux/kernel-2.6/linux-2.6.23-rc3-mm1/arch/m32r/kernel/entry.S: Assembler messages:
/home/bunk/linux/kernel-2.6/linux-2.6.23-rc3-mm1/arch/m32r/kernel/entry.S:358: Error: bad instruction `addi r0,#(((((0)+(64))+(32))+(32)))'
make[2]: *** [arch/m32r/kernel/entry.o] Error 1
<--  snip  -->

Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
Cc: Adrian Bunk <bunk@kernel.org>

No differences found