Due to ppc32 building mmu_oea64.c (for use when in bridge mode on a G5), we need to guard the new moea64_page_array_startup code behind #ifdef powerpc64 to avoid a compile error, since vm_offset_t is not 64-bit on ppc32.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
sys/powerpc/aim/mmu_oea64.c | ||
---|---|---|
3056 | This should be moved up around moea64_map_range(), since that's only used by this function. |