From: Mark Salter on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2378
We have been carrying a RHEL-only patch to prefer ACPI tables over devicetree when firmware presents both to the kernel. Upstream has preferred DT over ACPI. Very few systems ever presented both choices to the kernel and the only ones still doing so are old EOL systems. The approach that has been taken for a while now if for the DT/ACPI choice to be presented as a firmware option so that kernel does not need to make the choice. For these reasons, it is time to get rid of the no longer needed RHEL-only option. --- arch/arm64/kernel/acpi.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
