https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206758
Konstantin Belousov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Konstantin Belousov <[email protected]> --- Created attachment 166306 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=166306&action=edit Fix ncpu type I believe that you found the issue, but your fix is not right. E.g., the problem of invalid ncpu value would be still present on the big-endian LP64 machines. The fix is to use int type, consistent with the type expected by the hw.ncpu MIB. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "[email protected]"
