Add TODO note with respect to needed asm implementations.
This commit is contained in:
parent
8695be5049
commit
dc5a16bb70
@ -161,6 +161,8 @@ arch_cpu_user_TLB_invalidate(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// TODO: all functions that use fault handlers need to be implemented
|
||||||
|
// in assembly due to problems passing in label addresses in gcc4.
|
||||||
status_t
|
status_t
|
||||||
arch_cpu_user_memcpy(void *to, const void *from, size_t size,
|
arch_cpu_user_memcpy(void *to, const void *from, size_t size,
|
||||||
addr_t *faultHandler)
|
addr_t *faultHandler)
|
||||||
|
@ -171,6 +171,8 @@ arch_cpu_user_TLB_invalidate(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// TODO: all functions that use fault handlers need to be implemented
|
||||||
|
// in assembly due to problems passing in label addresses in gcc4.
|
||||||
status_t
|
status_t
|
||||||
arch_cpu_user_memcpy(void *to, const void *from, size_t size,
|
arch_cpu_user_memcpy(void *to, const void *from, size_t size,
|
||||||
addr_t *faultHandler)
|
addr_t *faultHandler)
|
||||||
|
@ -172,6 +172,9 @@ arch_cpu_user_TLB_invalidate(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// TODO: all functions that use fault handlers need to be implemented
|
||||||
|
// in assembly due to problems passing in label addresses in gcc4.
|
||||||
|
|
||||||
status_t
|
status_t
|
||||||
arch_cpu_user_memcpy(void *to, const void *from, size_t size,
|
arch_cpu_user_memcpy(void *to, const void *from, size_t size,
|
||||||
addr_t *faultHandler)
|
addr_t *faultHandler)
|
||||||
|
Loading…
Reference in New Issue
Block a user