aboutsummaryrefslogtreecommitdiff
path: root/arch/m32r/include/asm/current.h
AgeCommit message (Collapse)AuthorFilesLines
2017-02-22m32r: use generic current.hDavidlohr Bueso1-15/+0
Given that the arch does not add its own implementations, simply use the asm-generic/current.h (generic-y) header instead of duplicating code. Link: http://lkml.kernel.org/r/1482896994-25863-1-git-send-email-dave@stgolabs.net Signed-off-by: Davidlohr Bueso <dbueso@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-04-17m32r: move include/asm-m32r headers to arch/m32r/include/asmHirokazu Takata1-0/+15
Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>