Eliminate a warning

This commit is contained in:
Gregory Nutt 2015-12-12 11:37:25 -06:00
parent 412c7c83a1
commit cd8d37f46b

View file

@ -90,6 +90,7 @@ void up_coherent_dcache(uintptr_t addr, size_t len)
end = addr + len;
arch_clean_dcache(addr, end);
UNUSED(end);
/* Invalidate the entire I-Cache */