Further cleanup of per-CPU armv6 pmap data:
authorjah <jah@FreeBSD.org>
Thu, 26 Jan 2017 05:23:33 +0000 (05:23 +0000)
committerjah <jah@FreeBSD.org>
Thu, 26 Jan 2017 05:23:33 +0000 (05:23 +0000)
commit823fca7b3ec91582522d1d435e4d7b20f2a53a17
treec60ce2886577a88bc46762df0cf73ed5bd8672ec
parentbda5c972b321a853295f7ad5c89db23ea49d48d7
Further cleanup of per-CPU armv6 pmap data:

- Replace pcpu_find(curcpu) with get_pcpu(), which is much
  more direct.

- Remove armv4 pcpu fields which I added in r286296 but never
  needed to use.

- armv6 pc_qmap_addr was leftover from the old armv6 pmap
  implementation.  Rename it and put it to use in the new one.

Noted by: skra
Reviewed by: skra
MFC after:  1 week
Differential Revision: https://reviews.freebsd.org/D9312
sys/arm/arm/pmap-v6.c
sys/arm/include/pcpu.h