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

armv7: Remove unused function

parent bc5c7883
No related branches found
No related tags found
No related merge requests found
......@@ -10,11 +10,6 @@
#include <arch/machine/hardware.h>
static inline void invalidateByWSL(word_t wsl)
{
asm volatile("mcr p15, 0, %0, c7, c6, 2" : : "r"(wsl));
}
static inline void cleanByWSL(word_t wsl)
{
asm volatile("mcr p15, 0, %0, c7, c10, 2" : : "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