Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 May 2010 20:10:45 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r207887 - stable/8/sys/dev/quicc
Message-ID:  <201005102010.o4AKAjFi055894@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Mon May 10 20:10:45 2010
New Revision: 207887
URL: http://svn.freebsd.org/changeset/base/207887

Log:
  MFC: r207532
  
  Remove a soft member which was never used.

Modified:
  stable/8/sys/dev/quicc/quicc_bfe.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)
  stable/8/sys/geom/sched/   (props changed)

Modified: stable/8/sys/dev/quicc/quicc_bfe.h
==============================================================================
--- stable/8/sys/dev/quicc/quicc_bfe.h	Mon May 10 20:08:01 2010	(r207886)
+++ stable/8/sys/dev/quicc/quicc_bfe.h	Mon May 10 20:10:45 2010	(r207887)
@@ -50,7 +50,6 @@ struct quicc_softc {
 	u_int		sc_clock;
 
 	int		sc_fastintr:1;
-	int		sc_leaving:1;
 	int		sc_polled:1;
 };
 



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