[PATCH v3 14/21] arm64: capabilities: Change scope of VHE to Boot CPU feature

2018-02-09 Thread Suzuki K Poulose
We expect all CPUs to be running at the same EL inside the kernel with or without VHE enabled and we have strict checks to ensure that any mismatch triggers a kernel panic. If VHE is enabled, we use the feature based on the boot CPU and all other CPUs should follow. This makes it a perfect

[PATCH v3 14/21] arm64: capabilities: Change scope of VHE to Boot CPU feature

2018-02-09 Thread Suzuki K Poulose
We expect all CPUs to be running at the same EL inside the kernel with or without VHE enabled and we have strict checks to ensure that any mismatch triggers a kernel panic. If VHE is enabled, we use the feature based on the boot CPU and all other CPUs should follow. This makes it a perfect