commit | e2a74729181c51a0c9dff03bb7a99fc267bec996 | [log] [tgz] |
---|---|---|
author | Warner Losh <imp@FreeBSD.org> | Tue Aug 03 17:17:17 2021 -0600 |
committer | Warner Losh <imp@bsdimp.com> | Fri Sep 10 14:13:06 2021 -0600 |
tree | 27c763a4ccfde547b31c508a45e6baaabce84ac9 | |
parent | 01a298a57ed3cd1fefbe70c691d74247c8f84906 [diff] |
bsd-user: start to move target CPU functions to target_arch* Move the CPU functions into target_arch_cpu.c that are unique to each CPU. These are defined in target_arch.h. Signed-off-by: Stacey Son <sson@FreeBSD.org> Signed-off-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>