fc34d1eb1c
Signed-off-by: Michal Simek <monstr@monstr.eu>
6 lines
89 B
C
6 lines
89 B
C
#ifdef CONFIG_MMU
|
|
# include "mmu_context_mm.h"
|
|
#else
|
|
# include "mmu_context_no.h"
|
|
#endif
|