Fix a sign mismatch warning in the physmem code
Make sure both sides of a comparison are unsigned. As the values being
compared are size_t make the the value in the for loop size_t too.
Sponsored by: The FreeBSD Foundation
Fix a sign mismatch warning in the physmem code Tags None Referenced Files None Subscribers None
Description
Details
|