Commit c9e448a
ARM64/errata: Ensure vulnerable CPUs are actually flagged on
This updates logic introduced by commit 6deba989 to ensure affected CPUs
are properly flagged as affected by Spectre BHB, either by SMCCC or PSCI
methods of detection.
Signed-off-by: Albert I <kras@raphielgang.org>
[jjpprrrr: change !(A || B) to (!B && !A) to take advantage of short
circuit when B (PSCI) is the more likely case]
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
Change-Id: I1da47886c5e1f1331ece977813ae3ec832d13af3is_spectrev2_safe()
1 parent 3d6e362 commit c9e448a
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
892 | 892 | | |
893 | 893 | | |
894 | 894 | | |
895 | | - | |
| 895 | + | |
896 | 896 | | |
897 | | - | |
| 897 | + | |
898 | 898 | | |
899 | 899 | | |
900 | 900 | | |
| |||
0 commit comments