Skip to content
Snippets Groups Projects
Commit 7639f113 authored by Jasper Lowell's avatar Jasper Lowell
Browse files

armv8: Remove unused function

parent a3c133d3
No related branches found
No related tags found
No related merge requests found
......@@ -12,11 +12,6 @@
#include <arch/machine/hardware.h>
static inline void invalidateByWSL(word_t wsl)
{
asm volatile("dc isw, %0" : : "r"(wsl));
}
static inline void cleanByWSL(word_t wsl)
{
asm volatile("dc csw, %0" : : "r"(wsl));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment