Home
last modified time | relevance | path

Searched hist:ee02bd9c9c296482f2fae3cd437673c5c5284806 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/x86/x86/
H A Dcpu_machdep.cdiff ee02bd9c9c296482f2fae3cd437673c5c5284806 Wed Dec 04 03:42:22 CET 2019 Conrad Meyer <cem@FreeBSD.org> x86: Add missed break to TAA status sysctl

Just a typo that Coverity identified.

Coverity also identified an unused store in the same functional area (x86 TAA
stuff), but this commit does not address that issue (CID 1408334).

Reported by: Coverity
CID: 1408328, 1408332