Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
cd4617bef436a3342a959fe7ca870bb10d59d509
/
.
/
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