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
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to