From 031fe7af8a856cf42b0d1d9fb6188acbf7b64fd1 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 3 Aug 2021 19:05:40 -0600 Subject: bsd-user: Move per-cpu code into target_arch_cpu.h Move cpu_loop() into target_cpu_loop(), and put that in target_arch_cpu.h for each architecture. Signed-off-by: Stacey Son Signed-off-by: Warner Losh Reviewed-by: Richard Henderson --- bsd-user/i386/target_arch_cpu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bsd-user/i386/target_arch_cpu.c') diff --git a/bsd-user/i386/target_arch_cpu.c b/bsd-user/i386/target_arch_cpu.c index 7f2f755a11..71998e5ba5 100644 --- a/bsd-user/i386/target_arch_cpu.c +++ b/bsd-user/i386/target_arch_cpu.c @@ -1,6 +1,7 @@ /* * i386 cpu related code * + * Copyright (c) 2013 Stacey Son * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- cgit 1.4.1