]> rtime.felk.cvut.cz Git - mcf548x/linux.git/blob - arch/m68k/include/asm/cacheflush.h
e5a28c67c45ef403fe0999965d1d1f6760672ec4
[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_M5445X
9 #   include "mcf_5445x_cacheflush.h"
10 #  else 
11 #               include "mcf_548x_cacheflush.h"
12 #  endif 
13 # else //CONFIG_COLDFIRE
14 #   include "cacheflush_mm.h"
15 # endif //CONFIG_COLDFIRE
16 #endif