the bitrig master branch has been updated by natano with 3 new commits: commit 581b5208f550a005f6a1deabd65ff0d3543c4899 diff: https://github.com/bitrig/bitrig/commit/581b520 author: Martin Natano <[email protected]> date: Sun Mar 15 18:12:58 2015 +0100
Prevent integer truncation in udelay, usleep_range and mdelay. ok pedro@ M sys/dev/pci/drm/drmP.h commit e229157ac2ae4e3cda3bbfd6f2458190614e73a6 diff: https://github.com/bitrig/bitrig/commit/e229157 author: Martin Natano <[email protected]> date: Sun Mar 15 13:27:08 2015 +0100 Explicitly truncate integer to silence -Wshorten-64-to-32 warnings. These macros purpose is to split integers into a higher and a lower part, which requires truncation. No functional change intended. ok pedro@ M sys/sys/disklabel.h commit 6e154fc029057a5fe80d6f8d7a495c3eba3bdff9 diff: https://github.com/bitrig/bitrig/commit/6e154fc author: Martin Natano <[email protected]> date: Sun Mar 15 10:30:12 2015 +0100 Explicitly truncate integer to avoid -Wshorten-64-to-32 warnings. The truncation is desired, because the cr0 and cr4 registers don't contain information in the upper half. No functional change intended. ok pedro@ M sys/arch/amd64/include/cpufunc.h
