https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211088
--- Comment #1 from [email protected] --- A commit references this bug: Author: gonzo Date: Fri Jan 25 19:58:57 UTC 2019 New revision: 343446 URL: https://svnweb.freebsd.org/changeset/base/343446 Log: [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 <[email protected]> MFC after: 1 week Changes: head/sys/mips/mips/tlb.c -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
