mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-22 01:43:37 -04:00
5 lines
89 B
C
5 lines
89 B
C
#ifdef CONFIG_MMU
|
|
# include "mmu_context_mm.h"
|
|
#else
|
|
# include "mmu_context_no.h"
|
|
#endif
|