Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2013 00:36:12 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r247067 - head/sys/pci
Message-ID:  <201302210036.r1L0aCVs094565@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302210036.r1L0aCVs094565>