
18 Jan
2016
18 Jan
'16
11:30 p.m.
On Mon, 2016-01-18 at 12:27 +0800, Dongsheng Wang wrote:
+#ifdef CONFIG_ARMV7_PSCI_GTE_1_0
- tmp = fdt_psci_gte_1_0_fixup(fdt, nodeoff); if (tmp) return tmp;
- tmp = fdt_setprop_u32(fdt, nodeoff, "migrate", PSCI_FN_MIGRATE);
+#endif
- tmp = fdt_psci_0_1_fixup(fdt, nodeoff);
The "gte" is needless verbosity and is inconsistent with "fdt_psci_0_1_fixup" which lacks it.
-Scott