Sign in
gem5
/
arm
/
linux-arm64-legacy
/
6cb062296f73e74768cca2f3eaf90deac54de02d
/
.
/
include
/
asm-x86
/
cache.h
blob: c36d190ac9d8f0fdeeff3405c7a019a272d26e64 [
file
] [
log
] [
blame
]
#ifdef
CONFIG_X86_32
# include "cache_32.h"
#else
# include "cache_64.h"
#endif