Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2
/
.
/
include
/
asm-arm26
/
cache.h
blob: f52ca1b808cd02398efbf7f3d582e30c21673e47 [
file
] [
log
] [
blame
]
/*
* linux/include/asm-arm26/cache.h
*/
#ifndef
__ASMARM_CACHE_H
#define
__ASMARM_CACHE_H
#define
L1_CACHE_BYTES
32
#define
L1_CACHE_ALIGN
(
x
)
(((
x
)+(
L1_CACHE_BYTES
-
1
))&~(
L1_CACHE_BYTES
-
1
))
#define
SMP_CACHE_BYTES L1_CACHE_BYTES
#endif