+29
−18
Loading
mainline inclusion from mainline-v6.2-rc1 commit a10b1c99 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I9VPZ8 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a10b1c99e2dccee69838b512419843c21b2b87f8 ------------------------------------------ Currently, PCC OpRegion handler depends on the availability of platform interrupt to be functional currently. If it is not available, the OpRegion can't be executed successfully or the desired outcome won't be possible. So let's reject setting up the PCC OpRegion handler on the platform if it doesn't support or have platform interrupt available. Signed-off-by:Huisong Li <lihuisong@huawei.com> Reviewed-by:
Sudeep Holla <sudeep.holla@arm.com> Signed-off-by:
Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by:
Zhang Zekun <zhangzekun11@huawei.com>