]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
powerpc: Fix moea64 pmap from 347952
authorJustin Hibbits <jhibbits@FreeBSD.org>
Sat, 18 May 2019 14:55:59 +0000 (14:55 +0000)
committerJustin Hibbits <jhibbits@FreeBSD.org>
Sat, 18 May 2019 14:55:59 +0000 (14:55 +0000)
commitc3acaec56472efc7cd151e78de252ba52ddce221
treeb5384550d51367205f5475e1bf5c5306b4411c67
parentfd0be988cba4c3206bbc13c61342880048d68d07
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