4806e1087e
When a cache API function is called from userspace, this results on ARM64 in an OOPS (bad syscall error). This is due to at least two different factors: - the location of the cache handlers is preventing the linker to actually find the handlers - specifically for ARM64 and ARC some cache handling functions are not implemented (when userspace is not used the compiler simply optimizes out these calls) Fix the problem by: - moving the userspace cache handlers to a their logical and proper location (in the drivers directory) - adding the missing handlers for ARM64 and ARC Signed-off-by: Carlo Caione <ccaione@baylibre.com> |
||
---|---|---|
.. | ||
include | ||
paging | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.vm | ||
atomic_c.c | ||
banner.c | ||
compiler_stack_protect.c | ||
condvar.c | ||
device.c | ||
errno.c | ||
events.c | ||
fatal.c | ||
futex.c | ||
idle.c | ||
init.c | ||
kheap.c | ||
mailbox.c | ||
main_weak.c | ||
mem_domain.c | ||
mem_slab.c | ||
mempool.c | ||
mmu.c | ||
msg_q.c | ||
mutex.c | ||
pipes.c | ||
poll.c | ||
queue.c | ||
sched.c | ||
sem.c | ||
smp.c | ||
stack.c | ||
system_work_q.c | ||
thread.c | ||
timeout.c | ||
timer.c | ||
usage.c | ||
userspace.c | ||
userspace_handler.c | ||
version.c | ||
work.c | ||
xip.c |