Sign in
android-kvm
/
linux
/
37a327957e4b193369854f76afcedaee8d903521
/
.
/
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