Re: remove cpu var from i386

2022-08-20 Thread Daniel Dickman
On Sun, 21 Aug 2022, Jonathan Gray wrote: > On Sun, Aug 21, 2022 at 02:16:10AM -0400, Daniel Dickman wrote: > > On Sun, 21 Aug 2022, Jonathan Gray wrote: > > > > > removed from amd64 in locore.S 1.71 in 2015 > > > the cpuid_level == -1 path can go in a later step > > > > Can we also remove >

Re: remove cpu var from i386

2022-08-20 Thread Jonathan Gray
On Sun, Aug 21, 2022 at 02:16:10AM -0400, Daniel Dickman wrote: > On Sun, 21 Aug 2022, Jonathan Gray wrote: > > > removed from amd64 in locore.S 1.71 in 2015 > > the cpuid_level == -1 path can go in a later step > > Can we also remove > 375:extern const struct cpu_nocpuid_nameclass i386_nocpuid

Re: remove cpu var from i386

2022-08-20 Thread Daniel Dickman
On Sun, 21 Aug 2022, Jonathan Gray wrote: > removed from amd64 in locore.S 1.71 in 2015 > the cpuid_level == -1 path can go in a later step Can we also remove 375:extern const struct cpu_nocpuid_nameclass i386_nocpuid_cpus[]; from include/cpu.h ?

Re: remove cpu var from i386

2022-08-20 Thread Jonathan Gray
On Sun, Aug 21, 2022 at 03:57:07PM +1000, Jonathan Gray wrote: > removed from amd64 in locore.S 1.71 in 2015 > the cpuid_level == -1 path can go in a later step previous missed locore.s/mptramp.s diff --git sys/arch/amd64/include/cpu.h sys/arch/amd64/include/cpu.h index b8db48f2714..d8b7bc61ede 1

remove cpu var from i386

2022-08-20 Thread Jonathan Gray
removed from amd64 in locore.S 1.71 in 2015 the cpuid_level == -1 path can go in a later step diff --git sys/arch/amd64/include/cpu.h sys/arch/amd64/include/cpu.h index b8db48f2714..d8b7bc61ede 100644 --- sys/arch/amd64/include/cpu.h +++ sys/arch/amd64/include/cpu.h @@ -369,7 +369,6 @@ struct time