HomeFreeBSD

[mips] remove check that is always false (unsinged < 0)

Description

[mips] remove check that is always false (unsinged < 0)

cpuid and local cpu variable are unsigned so checking if value is less than zero
always yields false.

PR: 211088
Submitted by: David Binderman <dcb314@hotmail.com>
MFC after: 1 week

Details

Provenance
gonzoAuthored on
Parents
rS343445: MFC r342557, r342559: Reimplement nvd(4) detach handling.
Branches
Unknown
Tags
Unknown