summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2004-12-13 07:08:44 +0000
committerscottl <scottl@FreeBSD.org>2004-12-13 07:08:44 +0000
commit071f99a397b2faaac672b48abe253138c4eaf355 (patch)
tree52cad0c22b627c0b42ed66eb5cb7a5992e483631 /sys/i386
parenta7ef57e297dde5f060ba02491b8c6b8438c02979 (diff)
downloadFreeBSD-src-071f99a397b2faaac672b48abe253138c4eaf355.zip
FreeBSD-src-071f99a397b2faaac672b48abe253138c4eaf355.tar.gz
Remove a stray critical_exit().
Submitted by: johan
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/pci/pci_cfgreg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/pci/pci_cfgreg.c b/sys/i386/pci/pci_cfgreg.c
index 803e6d6..74145ab 100644
--- a/sys/i386/pci/pci_cfgreg.c
+++ b/sys/i386/pci/pci_cfgreg.c
@@ -523,7 +523,6 @@ pciereg_findelem(vm_paddr_t papage)
TAILQ_REMOVE(pcielist, elem, elem);
TAILQ_INSERT_HEAD(pcielist, elem, elem);
}
- critical_exit();
return (elem);
}
OpenPOWER on IntegriCloud