mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
swi_vm() for mips.
This commit is contained in:
parent
91ff9dc058
commit
aa93efedd8
2 changed files with 4 additions and 1 deletions
|
|
@ -538,6 +538,9 @@ sf_buf_free(struct sf_buf *sf)
|
|||
void
|
||||
swi_vm(void *dummy)
|
||||
{
|
||||
|
||||
if (busdma_swi_pending)
|
||||
busdma_swi();
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
|||
|
|
@ -430,7 +430,7 @@ vm_page_startup(vm_offset_t vaddr)
|
|||
*/
|
||||
new_end = vm_reserv_startup(&vaddr, new_end, high_water);
|
||||
#endif
|
||||
#if defined(__amd64__) || defined(__mips__)
|
||||
#if defined(__amd64__)
|
||||
/*
|
||||
* pmap_map on amd64 and mips can come out of the direct-map, not kvm
|
||||
* like i386, so the pages must be tracked for a crashdump to include
|
||||
|
|
|
|||
Loading…
Reference in a new issue