From: Hirokazu Takata Date: Sat, 2 May 2009 13:08:33 +0000 (+0900) Subject: m32r: use __stringify() macro in assembler.h X-Git-Tag: v2.6.30-rc5~59^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cd67243de582c206758adff152c5fcc1b2aa069;p=pandora-kernel.git 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 --- Reading git-diff-tree failed