6 lines
90 B
C
6 lines
90 B
C
|
#ifdef CONFIG_X86_32
|
||
|
# include "cacheflush_32.h"
|
||
|
#else
|
||
|
# include "cacheflush_64.h"
|
||
|
#endif
|