mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
[PowerPC] Fix kernel boot on powerpc
Recent changes have caused the vmspace objects to start coming from KVA instead of direct-mapped memory on powerpc. As far as I can tell, this is not actually a problem, so we should stop arbitrarily asserting that it is. I do not know why this was not being triggered before. Approved by: jhibbits Sponsored by: Tag1 Consulting, Inc.
This commit is contained in:
parent
151a7e1135
commit
e1110c4082
1 changed files with 0 additions and 1 deletions
|
|
@ -1703,7 +1703,6 @@ moea_pinit(mmu_t mmu, pmap_t pmap)
|
|||
int i, mask;
|
||||
u_int entropy;
|
||||
|
||||
KASSERT((int)pmap < VM_MIN_KERNEL_ADDRESS, ("moea_pinit: virt pmap"));
|
||||
RB_INIT(&pmap->pmap_pvo);
|
||||
|
||||
entropy = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue