forked from Minki/linux
6 lines
82 B
C
6 lines
82 B
C
|
#ifdef __uClinux__
|
||
|
#include "tlbflush_no.h"
|
||
|
#else
|
||
|
#include "tlbflush_mm.h"
|
||
|
#endif
|