Skip to content

ACPI: fix Kernel Panic if available RAM follows XSDT

phcoder requested to merge phcoder/essence:acpi-rb into master

On Chromebook Elemi an available page follows XSDT. Yet current code tries to map following few pages as well and then it trips a Kernel Panic as an attempting to map a free page. Map only needed bytes

Merge request reports