svn commit: r247067 - head/sys/pci
Warner Losh
imp at FreeBSD.org
Thu Feb 21 00:36:13 UTC 2013
Author: imp
Date: Thu Feb 21 00:36:12 2013
New Revision: 247067
URL: http://svnweb.freebsd.org/changeset/base/247067
Log:
Kill now-bogus splhigh() -- it is a nop
Modified:
head/sys/pci/ncr.c
Modified: head/sys/pci/ncr.c
==============================================================================
--- head/sys/pci/ncr.c Thu Feb 21 00:27:51 2013 (r247066)
+++ head/sys/pci/ncr.c Thu Feb 21 00:36:12 2013 (r247067)
@@ -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
More information about the svn-src-head
mailing list