CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/07/18 07:38:11
Modified files:
sys/arch/arm/arm: pmap7.c
Log message:
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@
