summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-09-28 03:47:24 +0000
committerimp <imp@FreeBSD.org>2008-09-28 03:47:24 +0000
commit820a0a48cd771ce1b6d936f2dd020cda5156daf8 (patch)
treecda6217f0ba90fe593049f4cfe6752cbcd6a0ba8 /sys/mips
parent6b3a0f9ca415388580eed4c93eb9e8b6214c4f2c (diff)
downloadFreeBSD-src-820a0a48cd771ce1b6d936f2dd020cda5156daf8.zip
FreeBSD-src-820a0a48cd771ce1b6d936f2dd020cda5156daf8.tar.gz
Remove stale comment. splhigh -> critical_enter transition happend
some time ago, and no longer needs special attention.
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/mips/pmap.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/mips/mips/pmap.c b/sys/mips/mips/pmap.c
index 9788b18..c5e090d 100644
--- a/sys/mips/mips/pmap.c
+++ b/sys/mips/mips/pmap.c
@@ -1193,12 +1193,6 @@ pmap_release(pmap_t pmap)
}
/*
- * Changes:
- * * Replace splhigh()/splx() with critical_enter()/critical_exit()
- * * Use the VM_ALLOC_WIRED flag for allocating the new page.
- */
-
-/*
* grow the number of kernel page table entries, if needed
*/
void
OpenPOWER on IntegriCloud