mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 10:14:23 +08:00
6 lines
80 B
C
6 lines
80 B
C
|
#ifdef __uClinux__
|
||
|
#include "pgtable_no.h"
|
||
|
#else
|
||
|
#include "pgtable_mm.h"
|
||
|
#endif
|