Home
last modified time | relevance | path

Searched hist:"1 c56781cc915d1d2957e5b53717513193476d777" (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/amd64/acpica/
H A Dacpi_wakeup.cdiff 1c56781cc915d1d2957e5b53717513193476d777 Sun Sep 12 21:41:51 CEST 2021 Konstantin Belousov <kib@FreeBSD.org> amd64 wakeup: rework trampoline page allocation

There is no need to restrict trampoline page table to low 1M, it
should work with any pages below 4G. Only wakeup code itself should
be below 1M.

Do not waste level 5 page when LA48 mode is used.

Reviewed by: markj
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D31931