Re: mpbios: replace uvm_km_valloc() with km_alloc()

2020-12-19 Thread Mark Kettenis
> Date: Sat, 19 Dec 2020 20:05:08 +1000 > From: Jonathan Matthew > > A few more km_alloc()s following the same pattern as acpi. I don't have any > machines that actually need mpbios(4) but I've booted amd64 and i386 smp qemu > vms with acpi disabled, which causes mpbios to attach instead. > > o

mpbios: replace uvm_km_valloc() with km_alloc()

2020-12-19 Thread Jonathan Matthew
A few more km_alloc()s following the same pattern as acpi. I don't have any machines that actually need mpbios(4) but I've booted amd64 and i386 smp qemu vms with acpi disabled, which causes mpbios to attach instead. ok? Index: arch/amd64/amd64/mpbios.c ==