Kernel  |  3.0

下载     查看原文件
C++程序  |  6行  |  75 B
#ifdef CONFIG_MMU
#include "traps_mm.c"
#else
#include "traps_no.c"
#endif