From 5bfe05811f30ff296d8d5549f83de7db871e884d Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sun, 28 Sep 2008 03:47:24 +0000 Subject: [PATCH] Remove stale comment. splhigh -> critical_enter transition happend some time ago, and no longer needs special attention. --- sys/mips/mips/pmap.c | 6 ------ 1 file changed, 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 @@ -1192,12 +1192,6 @@ pmap_release(pmap_t pmap) vm_page_unlock_queues(); } -/* - * 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 */