aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2008-09-28 03:47:24 +0000
committerWarner Losh <imp@FreeBSD.org>2008-09-28 03:47:24 +0000
commit5bfe05811f30ff296d8d5549f83de7db871e884d (patch)
treecda6217f0ba90fe593049f4cfe6752cbcd6a0ba8 /sys/mips
parent10ec05d8dc66a0157e327735a5644dac4a879760 (diff)
downloadsrc-5bfe05811f30ff296d8d5549f83de7db871e884d.tar.gz
src-5bfe05811f30ff296d8d5549f83de7db871e884d.zip
Remove stale comment. splhigh -> critical_enter transition happend
some time ago, and no longer needs special attention.
Notes
Notes: svn path=/head/; revision=183426
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 9788b18d5724..c5e090d68239 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