mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Add ThunderX2 to the list of CPUs we need to apply the branch predictor
hardening to. Sponsored by: DARPA, AFRL
This commit is contained in:
parent
3c4dad8812
commit
4e050d14e0
1 changed files with 6 additions and 0 deletions
|
|
@ -73,6 +73,12 @@ static struct cpu_quirks cpu_quirks[] = {
|
|||
.midr_value = CPU_ID_RAW(CPU_IMPL_ARM, CPU_PART_CORTEX_A75,0,0),
|
||||
.quirk_install = install_psci_bp_hardening,
|
||||
},
|
||||
{
|
||||
.midr_mask = CPU_IMPL_MASK | CPU_PART_MASK,
|
||||
.midr_value =
|
||||
CPU_ID_RAW(CPU_IMPL_CAVIUM, CPU_PART_THUNDERX2, 0,0),
|
||||
.quirk_install = install_psci_bp_hardening,
|
||||
},
|
||||
};
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in a new issue