[PATCH v7 12/17] ARM64: ACPI: Check if it runs on Xen to enable or disable ACPI

Shannon Zhao zhaoshenglong at huawei.com
Fri Apr 1 02:32:39 PDT 2016



On 2016/4/1 17:25, Shannon Zhao wrote:
> If it really needs is_xen_node(), I will not factor
> fdt_find_hyper_node() in patch 11 since it uses flat DT while here it's
> going to use unflatten DT.
Sorry, I'm wrong. They both use flat DT. But it's no need to factor
fdt_find_hyper_node() since is_xen_node is very simple like below I think.

of_flat_dt_is_compatible(node, "xen,xen");

And maybe it cloud directly use above check in dt_scan_depth1_nodes.

Thanks,
-- 
Shannon




More information about the linux-arm-kernel mailing list