diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-12-19 18:08:24 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-12-19 18:08:24 +0000 |
commit | aa5ea2b05505c09473e7ea94036b66a304a79fe7 (patch) | |
tree | ef9fa55c48267f0efd9e4dedcafbdf5f96e7c930 /sys/arch/mvme88k/include | |
parent | 2a632e88d9d6b01f18cf3f37bb5dea54b4271e62 (diff) |
When temporarily unlocking a pmap, do not release the spl as well.
While there, get rid of that ugly PT_FREE() macro.
Diffstat (limited to 'sys/arch/mvme88k/include')
-rw-r--r-- | sys/arch/mvme88k/include/mmu.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/include/mmu.h b/sys/arch/mvme88k/include/mmu.h index bd1e445af9b..eb0c22662ee 100644 --- a/sys/arch/mvme88k/include/mmu.h +++ b/sys/arch/mvme88k/include/mmu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mmu.h,v 1.24 2003/11/08 21:45:18 miod Exp $ */ +/* $OpenBSD: mmu.h,v 1.25 2003/12/19 18:08:20 miod Exp $ */ /* * This file bears almost no resemblance to the original m68k file, @@ -187,8 +187,6 @@ typedef u_int32_t pt_ind_entry_t; /* XXX uses knowledge of pmap structure */ #define SDTENT(map, va) ((sdt_entry_t *)((map)->pm_stab + SDTIDX(va))) -#define PT_FREE(tbl) uvm_km_free(kernel_map, (vaddr_t)tbl, PAGE_SIZE) - /* * Va spaces mapped by tables and PDT table group. */ |