Closed vstehle closed 1 week ago
We have a patch on the Linux kernel to disable the PSCI checker by default and enable it only if a new psci_checker command line parameter is given.
psci_checker
Instead, we should:
initcall_blacklist=psci_checker
We have a patch on the Linux kernel to disable the PSCI checker by default and enable it only if a new
psci_checker
command line parameter is given.Instead, we should:
initcall_blacklist=psci_checker
if needed.