Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
ef9ceab28203690a42d7d3915ccf6e208f0762bc
/
.
/
include
/
asm-x86_64
/
cache.h
blob: b4a2401de77b5824239f1ec8b38d9b578d839e68 [
file
] [
log
] [
blame
]
/*
* include/asm-x8664/cache.h
*/
#ifndef
__ARCH_X8664_CACHE_H
#define
__ARCH_X8664_CACHE_H
#include
<linux/config.h>
/* L1 cache line size */
#define
L1_CACHE_SHIFT
(
CONFIG_X86_L1_CACHE_SHIFT
)
#define
L1_CACHE_BYTES
(
1
<<
L1_CACHE_SHIFT
)
#endif