Re: use libkern bzero on i386

2022-08-21 Thread Mike Larkin
On Mon, Aug 22, 2022 at 12:31:45AM +1000, Jonathan Gray wrote: > libkern bzero doesn't have the 486 path but is otherwise the same > ok mlarkin (but didnt test) > diff --git sys/arch/i386/i386/locore.s sys/arch/i386/i386/locore.s > index dba6ce75b81..3055a06812c 100644 > ---

use libkern bzero on i386

2022-08-21 Thread Jonathan Gray
libkern bzero doesn't have the 486 path but is otherwise the same diff --git sys/arch/i386/i386/locore.s sys/arch/i386/i386/locore.s index dba6ce75b81..3055a06812c 100644 --- sys/arch/i386/i386/locore.s +++ sys/arch/i386/i386/locore.s @@ -1518,73 +1518,6 @@ _C_LABEL(doreti_iret): #include