Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
fd85d765b75db608500c783e5bc41b63627957c8
/
.
/
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