Make native page table access endian-safe. Even on CPUs running in
authornwhitehorn <nwhitehorn@FreeBSD.org>
Tue, 17 Nov 2015 16:09:26 +0000 (16:09 +0000)
committernwhitehorn <nwhitehorn@FreeBSD.org>
Tue, 17 Nov 2015 16:09:26 +0000 (16:09 +0000)
commit207c103c04b7d3bc869b112805d539b29cac0740
treedaf26336c7075605ba30c463ddaf84d98b318c27
parent96deb1fcf016ebf1a213f16b40eab69071df14d8
Make native page table access endian-safe. Even on CPUs running in
little-endian mode, the hardware page table is big-endian. This is a
no-op on all currently supported systems.

MFC after: 1 month
sys/powerpc/aim/moea64_native.c