Sign in
googlers
/
maze
/
linux
/
99f7b77d3c62045bb47dfc4228a2341ba71bff1d
/
.
/
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