M7350/kernel/arch/m68k/include/asm/cacheflush.h

6 lines
94 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
#ifdef __uClinux__
2024-09-09 08:57:42 +00:00
#include <asm/cacheflush_no.h>
2024-09-09 08:52:07 +00:00
#else
2024-09-09 08:57:42 +00:00
#include <asm/cacheflush_mm.h>
2024-09-09 08:52:07 +00:00
#endif