Sign in
android-kvm
/
linux
/
3ed7df085225ea8736b80d1e1a247a40d91281c8
/
.
/
arch
/
xtensa
/
include
/
asm
/
cachetype.h
blob: 51bd49e2a1c54f0ef5def19d0aae0635a0dac34b [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
__ASM_XTENSA_CACHETYPE_H
#define
__ASM_XTENSA_CACHETYPE_H
#include
<asm/cache.h>
#include
<asm/page.h>
#define
cpu_dcache_is_aliasing
()
(
DCACHE_WAY_SIZE
>
PAGE_SIZE
)
#endif