mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-24 10:34:57 +08:00
h8300: Fix generic mmu_context build
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: 94f89922e1
("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>
This commit is contained in:
parent
2040a6bf90
commit
c3634425ff
6
arch/h8300/include/asm/mmu_context.h
Normal file
6
arch/h8300/include/asm/mmu_context.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef _ASM_H8300_MMU_CONTEXT_H
|
||||
#define _ASM_H8300_MMU_CONTEXT_H
|
||||
|
||||
#include <asm-generic/nommu_context.h>
|
||||
|
||||
#endif /* _ASM_H8300_MMU_CONTEXT_H */
|
Loading…
Reference in New Issue
Block a user