CVSROOT:        /cvs
Module name:    src
Changes by:     kette...@cvs.openbsd.org        2019/09/01 09:34:15

Modified files:
        sys/arch/arm64/arm64: cpu.c 
        sys/arch/arm64/include: armreg.h 

Log message:
Newer ARMv8 processors now include a new CSV2 field in their processor
feature register that can indicate that a processor is not vulnarable to
Spectre v2 attacks.  Use this field in favour of adding specific processors
to a whitelist.  Continue to whitelist the few processors that are known
not to be vulnerable but don't set the appropriate value in the CSV2 field.

ok jsg@

Reply via email to