mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
6 lines
80 B
C
6 lines
80 B
C
|
#ifdef __uClinux__
|
||
|
#include "pgtable_no.h"
|
||
|
#else
|
||
|
#include "pgtable_mm.h"
|
||
|
#endif
|