Loading
soc: hisilicon: Don't poweroff if memblocks don't offlined
hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I9W022 ------------------------------------ We can not determine which physical_node can be offlined. There could be pages pinned by user space. when we try to offline a memblock on which has already pinned pages, we will fall into a loop to migrate these pinned pages. Fixes: 039ec3f7 ("soc: hisilicon: hisi_hbmdev: Add power domain control methods") Signed-off-by:Zhang Zekun <zhangzekun11@huawei.com>