mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 04:59:05 +00:00
ARM: dts: qcom: Set vcpu affinity map to cpu0
Update vcpu affinity map to cpu0. This can make sure vcpu bootup successfully in scenarios when say some of the CPUs may not be available. Change-Id: I40ef0584095d78bfc88e044afa9f2e03b97a5bef
This commit is contained in:
@@ -21,6 +21,13 @@
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
vcpus {
|
||||
config = "/cpus";
|
||||
affinity = "static";
|
||||
affinity-map = <0x0 0x0>;
|
||||
sched-priority = <0>; /* relative to PVM */
|
||||
sched-timeslice = <2000>; /* in ms */
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user