tlbflush.h 82 字节
Newer Older
1 2 3 4 5
#ifdef __uClinux__
#include "tlbflush_no.h"
#else
#include "tlbflush_mm.h"
#endif