repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ARM: multi_v7_defconfig: Switch BCM2835 to sdhci-iproc.c for MMC
[linux/fpc-iii.git]
/
arch
/
m68k
/
include
/
asm
/
cacheflush.h
blob
4fc738209bd1b2585110c9fc93716c8d1c5b3e47
1
#ifdef __uClinux__
2
#include <asm/cacheflush_no.h>
3
#else
4
#include <asm/cacheflush_mm.h>
5
#endif