summaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm/cacheflush.h
blob: 4fc738209bd1b2585110c9fc93716c8d1c5b3e47 (plain)
1
2
3
4
5
#ifdef __uClinux__
#include <asm/cacheflush_no.h>
#else
#include <asm/cacheflush_mm.h>
#endif