Add TODO note with respect to needed asm implementations.

This commit is contained in:
Rene Gollent 2012-07-02 15:42:38 -04:00
parent 8695be5049
commit dc5a16bb70
3 changed files with 7 additions and 0 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)