mirror of
https://github.com/opnsense/src.git
synced 2026-07-14 19:51:17 -04:00
Apply r1.103 to correct place.
pmap.c on PowerPC is now a combo of mmu_if.m, pmap_dispatch.c and mmu_oea.c (I forgot to delete pmap.c from CVS in last jumbo commit)
This commit is contained in:
parent
15757a936d
commit
cc18cfc704
1 changed files with 0 additions and 1 deletions
|
|
@ -75,7 +75,6 @@ vm_offset_t phys_avail[PHYS_AVAIL_SZ];
|
|||
vm_offset_t virtual_avail;
|
||||
vm_offset_t virtual_end;
|
||||
|
||||
int pmap_pagedaemon_waken;
|
||||
int pmap_bootstrapped;
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in a new issue