Sign in
chromium
/
chromiumos
/
third_party
/
coreboot
/
2b5c5c5795c0c752ae0fdb65e4395217b95972ad
/
.
/
src
/
cpu
/
x86
/
cache
/
cache.c
blob: 1df9e08014d11a41130d53d5b2acee1d4507d8f5 [
file
] [
log
] [
blame
]
#include
<console/console.h>
#include
<cpu/x86/cache.h>
void
x86_enable_cache
(
void
)
{
post_code
(
POST_ENABLING_CACHE
);
printk
(
BIOS_INFO
,
"Enabling cache\n"
);
enable_cache
();
}