summaryrefslogtreecommitdiffstats
path: root/arch/m32r/include/asm
Commit message (Collapse)AuthorAgeFilesLines
* m32r: use __stringify() macro in assembler.hHirokazu Takata2009-05-021-3/+4
| | | | | | | | | | 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>
* m32r: move include/asm-m32r/* to arch/m32r/include/asm/Hirokazu Takata2009-04-172-0/+11
| | | | | | Move remained files, ftrace.h and swab.h, to arch/m32r/include/asm/. Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
* m32r: move include/asm-m32r headers to arch/m32r/include/asmHirokazu Takata2009-04-17108-0/+9443
Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>