diff options
author | imp <imp@FreeBSD.org> | 2008-09-28 03:47:24 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2008-09-28 03:47:24 +0000 |
commit | 820a0a48cd771ce1b6d936f2dd020cda5156daf8 (patch) | |
tree | cda6217f0ba90fe593049f4cfe6752cbcd6a0ba8 | |
parent | 6b3a0f9ca415388580eed4c93eb9e8b6214c4f2c (diff) | |
download | FreeBSD-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.
-rw-r--r-- | sys/mips/mips/pmap.c | 6 |
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 |