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>
Showing
- bsd-user/i386/target_arch.h 31 additions, 0 deletionsbsd-user/i386/target_arch.h
- bsd-user/i386/target_arch_cpu.c 75 additions, 0 deletionsbsd-user/i386/target_arch_cpu.c
- bsd-user/main.c 0 additions, 35 deletionsbsd-user/main.c
- bsd-user/x86_64/target_arch.h 31 additions, 0 deletionsbsd-user/x86_64/target_arch.h
- bsd-user/x86_64/target_arch_cpu.c 75 additions, 0 deletionsbsd-user/x86_64/target_arch_cpu.c
- configure 1 addition, 6 deletionsconfigure
- meson.build 5 additions, 2 deletionsmeson.build
Loading
Please register or sign in to comment