projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
m68k: use the mmu pci.h for m68knommu as well
[linux-2.6]
/
arch
/
m68k
/
include
/
asm
/
cache.h
1
#ifdef __uClinux__
2
#include "cache_no.h"
3
#else
4
#include "cache_mm.h"
5
#endif