Merge branch 'upstream'

This commit is contained in:
Geoffrey Challen
2017-01-09 22:59:46 -05:00
11 changed files with 162 additions and 39 deletions

View File

@@ -135,12 +135,6 @@ coremap_used_bytes() {
return 0;
}
void
vm_tlbshootdown_all(void)
{
panic("dumbvm tried to do tlb shootdown?!\n");
}
void
vm_tlbshootdown(const struct tlbshootdown *ts)
{