Don't need a separate flags variable in armv7 pmap_clean_page() -
authortom <tom@openbsd.org>
Mon, 18 Jul 2016 13:38:11 +0000 (13:38 +0000)
committertom <tom@openbsd.org>
Mon, 18 Jul 2016 13:38:11 +0000 (13:38 +0000)
commit4ff6a1f71be468ebb33730c6981e0734e1628824
tree53ad8e141170356b317da52677d8ff82c7c0367e
parent8a992bf26318e96b5b54f13ca2581f998cfb5cc0
Don't need a separate flags variable in armv7 pmap_clean_page() -
just use the pv_flags.  ('Twas a copy-paste from arm's pmap_clean_page(),
which did need it.)

Also remove even less used flags variable from pmap_page_remove().

First part from a diff from aalm@ - thanks

ok kettenis@ "looks good" patrick@
sys/arch/arm/arm/pmap7.c