aboutsummaryrefslogtreecommitdiff
path: root/src/include/cpu/x86/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cpu/x86/cache.h')
-rw-r--r--src/include/cpu/x86/cache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/cpu/x86/cache.h b/src/include/cpu/x86/cache.h
index 7f135e5390..713ca323a8 100644
--- a/src/include/cpu/x86/cache.h
+++ b/src/include/cpu/x86/cache.h
@@ -84,9 +84,7 @@ static __always_inline void disable_cache(void)
wbinvd();
}
-#if !defined(__PRE_RAM__)
void x86_enable_cache(void);
-#endif
#endif /* !__ASSEMBLER__ */
#endif /* CPU_X86_CACHE */