summaryrefslogtreecommitdiff
path: root/arch/h8300/include/asm/tlb.h
AgeCommit message (Collapse)AuthorFilesLines
2015-06-23h8300: Assembly headersYoshinori Sato1-0/+8
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
2013-09-17Drop support for Renesas H8/300 (h8300) architectureGuenter Roeck1-8/+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>
2013-06-23h8300: Fix <asm/tlb.h>Geert Uytterhoeven1-15/+0
Ten years ago, a mismerge happened, concatenating two slightly different versions of the same file. As a consequence, <asm-generic/tlb.h> was never included, leading to a build failure only now: kernel/cpu/idle.c: In function 'cpu_idle_loop': kernel/cpu/idle.c:70:4: error: implicit declaration of function 'check_pgt_cache' [-Werror=implicit-function-declaration] Remove the duplicates, and the header comment with the no longer correct file name. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Yoshinori Sato <ysato@users.sourceforge.jp>
2008-08-14[h8300] move include/asm-h8300 to arch/h8300/include/asmLinus Torvalds1-0/+23
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>