projects
/
firefly-linux-kernel-4.4.55.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'samsung-fixes-4.4' of https://git.kernel.org/pub/scm/linux/kernel/git...
[firefly-linux-kernel-4.4.55.git]
/
arch
/
m68k
/
include
/
asm
/
cacheflush.h
1
#ifdef __uClinux__
2
#include <asm/cacheflush_no.h>
3
#else
4
#include <asm/cacheflush_mm.h>
5
#endif