]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
powerpc: Fix moea64 pmap from 347952
authorjhibbits <jhibbits@FreeBSD.org>
Sat, 18 May 2019 14:55:59 +0000 (14:55 +0000)
committerjhibbits <jhibbits@FreeBSD.org>
Sat, 18 May 2019 14:55:59 +0000 (14:55 +0000)
commit4dc9dad6d9f6ec4c7b749c86036bfb1a2ede2565
treeb5384550d51367205f5475e1bf5c5306b4411c67
parent977156891443e45a3d78ecef1395f91d3ba66dd5
powerpc: Fix moea64 pmap from 347952

vm_paddr_t is only 32 bits on AIM32 (currently), causing a build failure with
the shifting.

MFC after: 2 weeks
MFC with: r347952
sys/powerpc/aim/mmu_oea64.c