OpenBSD cvs log

created 2018-12-02T20:12:25Z
begin 2018-10-20T00:00:00Z
end 2018-10-21T00:00:00Z
path src/sys
commits 5

date 2018-10-20T11:56:31Z
author kettenis
files src/sys/arch/amd64/include/reloc.h log diff annotate
message Add i386 relocations. Needed for 32-bit UEFI bootloader.

ok patrick@, naddy@

date 2018-10-20T11:57:43Z
author kettenis
files src/sys/arch/amd64/stand/efiboot/self_reloc.c log diff annotate
message Bring over changes from aarch64 to fix building with ld.lld on amd64.

ok patrick@, naddy@

date 2018-10-20T11:59:07Z
author kettenis
files src/sys/arch/arm64/stand/efiboot/self_reloc.c log diff annotate
message Sync with amd64 version.

date 2018-10-20T12:01:19Z
author kettenis
files src/sys/arch/armv7/stand/efiboot/self_reloc.c log diff annotate
message Sync with amd64 version.

date 2018-10-20T20:40:54Z
author kettenis
files src/sys/arch/amd64/amd64/identcpu.c log diff annotate
message Take the "package" into account when calculating the "smt" ID on modern
AMD CPUs. Avoids knocking out too many processor threads on for example
the AMD Ryzen Threadtipper 2990WX which apparently consists of 4 separate
dies with 8 cores each. Note that the "package" ID really is a "die" ID
here.

ok sthen@