mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-06 22:05:16 +07:00
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
|