]> rtime.felk.cvut.cz Git - mcf548x/linux.git/blob - arch/m68k/include/asm/cacheflush.h
ec683a3197daf14e8a01c60c6014cf975fe0e8f7
[mcf548x/linux.git] / arch / m68k / include / asm / cacheflush.h
1 #ifdef __uClinux__
2
3 # include "cacheflush_no.h"
4
5 #else
6
7 # ifdef CONFIG_COLDFIRE
8 #  ifdef CONFIG_M547X_8X
9 #   include "cacheflush_coldfire_m547x_8x.h"
10 #  else //CONFIG_M547X_8X
11 #               error No Cache for this Coldfire.
12 #  endif //CONFIG_M547X_8X
13 # else //CONFIG_COLDFIRE
14 #   include "cacheflush_mm.h"
15 # endif //CONFIG_COLDFIRE
16 #endif