kernel - Fix incorrect VA on interlock
authorMatthew Dillon <dillon@apollo.backplane.com>
Sun, 20 Nov 2011 17:58:50 +0000 (09:58 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sun, 20 Nov 2011 17:58:50 +0000 (09:58 -0800)
commit3cb318dc30c9453ab6093e6ad4d446ef80c7d937
tree7eab8e827de682f6ecc68df6f4bcc07424840c19
parentbdea739c3640a6c0dad2c22379358730d1c512c9
kernel - Fix incorrect VA on interlock

* The pmap_clearbit() code was interlocking the wrong VA due to an
  uninitalized variable.  This could lead to stale tlbs.

Reported-by: swildner
sys/platform/pc64/x86_64/pmap.c