kernel - Fix /dev/mem access for memory >=4GB
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 3 Nov 2011 17:51:40 +0000 (10:51 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 3 Nov 2011 17:51:40 +0000 (10:51 -0700)
commit74fa35b9acaed7d411484658a0c65fd25078582c
treeaa837dd7061e5c60bd942f6465cb23b44a28d0ec
parent616516c8288329f72f40dd9143c9ea79b23e65fd
kernel - Fix /dev/mem access for memory >=4GB

* The (v) variable was a u_int, chopping off the top 32 bits of a 64 bit
  physical address.  Change to a long.
sys/kern/kern_memio.c