m32r: use __stringify() macro in assembler.h
commit9cd67243de582c206758adff152c5fcc1b2aa069
authorHirokazu Takata <takata@linux-m32r.org>
Sat, 2 May 2009 13:08:33 +0000 (2 22:08 +0900)
committerHirokazu Takata <takata@linux-m32r.org>
Sat, 2 May 2009 13:38:21 +0000 (2 22:38 +0900)
tree396421578f8ddefb31770dc27277f36a2be611a9
parent9c88b06dc7589fb0bccd617c4659066fb803cfda
m32r: use __stringify() macro in assembler.h

Replace #x with __stringify(x).
Also, #ifndef __STR is removed and undefine __STR macro at the beginning.

The __STR() macro is still remained, because the assembler.h might be
included from assembly codes as well as C codes.

Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
arch/m32r/include/asm/assembler.h