repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 2.6.12-rc6
[cris-mirror.git]
/
include
/
asm-um
/
cache.h
blob
4b134fe8504e9eeeb7998fe2410a38286f79b719
1
#ifndef __UM_CACHE_H
2
#define __UM_CACHE_H
3
4
/* These are x86 numbers */
5
#define L1_CACHE_SHIFT 5
6
#define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)
7
8
#define L1_CACHE_SHIFT_MAX 7
/* largest L1 which this arch supports */
9
10
#endif