When converting the bios memory map to memory clusters, clip segments at
authorjmatthew <jmatthew@openbsd.org>
Mon, 30 Jul 2018 09:04:52 +0000 (09:04 +0000)
committerjmatthew <jmatthew@openbsd.org>
Mon, 30 Jul 2018 09:04:52 +0000 (09:04 +0000)
commit3083b0fdfe2880bac7e072adba703740d3494143
tree532f8a3564b393a2dcc68191da1014afac55bfa3
parent388c408406e21261f6532fa2a2d8e485df9f22e9
When converting the bios memory map to memory clusters, clip segments at
the 512GB mark as the direct map cannot address memory past that point.

ok kettenis@ (quite a while ago)
sys/arch/amd64/amd64/machdep.c