projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6
[linux-2.6]
/
include
/
asm-um
/
cache.h
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