mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-13 17:24:28 +08:00
6 lines
88 B
C
6 lines
88 B
C
|
#ifdef __uClinux__
|
||
|
#include "mmu_context_no.h"
|
||
|
#else
|
||
|
#include "mmu_context_mm.h"
|
||
|
#endif
|