aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m32r/include/asm/processor.h
Commit message (Collapse)AuthorAge
* m32r, exec: remove redundant set_fs(USER_DS)Mathias Krause2011-07-25
| | | | | | | | | | The address limit is already set in flush_old_exec() so this set_fs(USER_DS) is redundant. Signed-off-by: Mathias Krause <minipli@googlemail.com> Cc: Hirokazu Takata <takata@linux-m32r.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* m32r: Define THREAD_SIZE only once.Tim Abbott2009-09-22
| | | | | | | | | | Previously, m32r's asm/thread_info.h defined THREAD_SIZE differently for assembly and C code; now that PAGE_SIZE is usable from assembly, these can be combined. Also, m32r's asm/processor.h redefines THREAD_SIZE to the same value; remove this redundant definition. Signed-off-by: Tim Abbott <tabbott@ksplice.com> Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
* m32r: move include/asm-m32r headers to arch/m32r/include/asmHirokazu Takata2009-04-16
Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>