summaryrefslogtreecommitdiff
path: root/arch/h8300/include/asm/mmu_context.h
AgeCommit message (Collapse)AuthorFilesLines
2022-02-23remove the h8300 architectureChristoph Hellwig1-6/+0
Signed-off-by: Christoph Hellwig <hch@lst.de>
2020-11-16h8300: Fix generic mmu_context buildNicholas Piggin1-0/+6
h8300 missed the generic nommu header conversion. Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Cc: uclinux-h8-devel@lists.sourceforge.jp Cc: linux-mm@kvack.org Fixes: 94f89922e1e0 ("asm-generic: add generic MMU versions of mmu context functions") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2013-09-17Drop support for Renesas H8/300 (h8300) architectureGuenter Roeck1-32/+0
H8/300 has been dead for several years, and the kernel for it has not compiled for ages. Drop support for it. Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
2008-08-14[h8300] move include/asm-h8300 to arch/h8300/include/asmLinus Torvalds1-0/+32
Done as a script (well, a single "git mv" actually) on request from Yoshinori Sato as a way to avoid a huge diff. Requested-by: Yoshinori Sato <ysato@users.sourceforge.jp> Cc: Sam Ravnborg <sam@ravnborg.org> Cc: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>