Page MenuHomeFreeBSD

Print Maximum Data Transfer Size as a long rather than int
ClosedPublic

Authored by jhibbits on Jun 3 2018, 3:01 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 4, 8:00 PM
Unknown Object (File)
Thu, Oct 2, 4:47 PM
Unknown Object (File)
Wed, Oct 1, 12:47 PM
Unknown Object (File)
Sun, Sep 28, 5:19 AM
Unknown Object (File)
Sat, Sep 27, 3:57 PM
Unknown Object (File)
Sat, Sep 27, 8:17 AM
Unknown Object (File)
Sun, Sep 21, 5:24 AM
Unknown Object (File)
Sep 12 2025, 8:07 AM
Subscribers
None

Details

Summary

PowerPC has PAGE_SIZE as a long, not an int. This causes the compiler to throw
a format mismatch warning on this print. To work around the difference, print
it as a long instead of an int, and force the argument to a long.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jun 7 2018, 2:47 AM
This revision was automatically updated to reflect the committed changes.