Ulrich Spörlein c10970dd7d libkvm code janitoring
- make WARNS=6 clean for archs w/o strict alignment requirments
- add const, ANSIfy, remove unused vars, cast types for comparison
- thanks to differing definitions of VM_MIN_ADDRESS across our archs, we
  need to trick the compiler to not complain about signedness. We could
  either fix VM_MIN_ADDRESS to always be a simple integer or make the
  check conditional on $ARCH.

Closes PRs:	kern/42386, kern/83364
Reviewed by:	bde
2011-01-23 11:08:28 +00:00
..
2010-08-03 17:40:09 +00:00
2010-08-03 17:40:09 +00:00
2010-12-04 08:44:56 +00:00
2010-06-13 01:27:29 +00:00
2011-01-23 11:08:28 +00:00
2010-11-19 09:59:55 +00:00
2010-01-02 09:58:07 +00:00
2010-08-03 17:40:09 +00:00
2010-01-02 09:58:07 +00:00
2010-11-06 10:54:33 +00:00
2010-08-03 17:40:09 +00:00
2011-01-11 01:57:02 +00:00
2010-01-02 09:58:07 +00:00
2010-11-11 15:48:27 +00:00