libpayload: Add missing cache API stub to x86
This patch adds another cache invalidation stub to the x86 arch to make it usable in common code. This whole stuff should probably be redesigned anyway but I just want to get it working and unblock my CL for now... more cleanups coming later. BUG=None TEST=Builds on Falco. Change-Id: I2e8bdd8aa0e6723209384c24042f053f2e993fe6 Signed-off-by: Julius Werner <jwerner@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/182534 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
This commit is contained in:
parent
2fb4664f80
commit
cafce5182a
1 changed files with 1 additions and 0 deletions
|
|
@ -41,5 +41,6 @@
|
|||
#define dcache_invalidate_by_mva(addr, len)
|
||||
#define dcache_clean_invalidate_all()
|
||||
#define dcache_clean_invalidate_by_mva(addr, len)
|
||||
#define icache_invalidate_all()
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue