Two unused arguments were recently removed from pmap_init() without
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 31 May 2004 17:06:41 +0000 (17:06 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 31 May 2004 17:06:41 +0000 (17:06 +0000)
commitefaea464cd147d81e0e3169f1944873a47db2867
tree2feaa21ca63f21ddd3d2624d949412703ccd38ca
parentbe157eae2be35249b5bf9e713dc2a88a65383939
Two unused arguments were recently removed from pmap_init() without
fixing the call or the prototype.  Fix those.

Reported-by: walt <wa1ter@myrealbox.com>
sys/vm/pmap.h
sys/vm/vm_init.c