diff options
author | imp <imp@FreeBSD.org> | 2013-02-21 00:36:12 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2013-02-21 00:36:12 +0000 |
commit | 26f4dce86c237cae2b96b76e8c21e3e91da040b6 (patch) | |
tree | fee162bf8f59062bff2b779e6aba8d294c9df068 /sys/pci | |
parent | d75b8be038a89c7a903d1c1739097b903ce1db3f (diff) | |
download | FreeBSD-src-26f4dce86c237cae2b96b76e8c21e3e91da040b6.zip FreeBSD-src-26f4dce86c237cae2b96b76e8c21e3e91da040b6.tar.gz |
Kill now-bogus splhigh() -- it is a nop
Diffstat (limited to 'sys/pci')
-rw-r--r-- | sys/pci/ncr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c index ead7d43..123b684 100644 --- a/sys/pci/ncr.c +++ b/sys/pci/ncr.c @@ -5544,7 +5544,6 @@ static void ncr_exception (ncb_p np) ** Freeze system to be able to read the messages. */ printf ("ncr: fatal error: system halted - press reset to reboot ..."); - (void) splhigh(); for (;;); #endif |