Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Dec 2008 11:38:41 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r186513 - head/sys/dev/cfe
Message-ID:  <200812271138.mBRBcfBb070451@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bz
Date: Sat Dec 27 11:38:41 2008
New Revision: 186513
URL: http://svn.freebsd.org/changeset/base/186513

Log:
  Remove an unused variable to make the SENTRY5 mips kernel compile
  (though with some asm warning).

Modified:
  head/sys/dev/cfe/cfe_console.c

Modified: head/sys/dev/cfe/cfe_console.c
==============================================================================
--- head/sys/dev/cfe/cfe_console.c	Sat Dec 27 11:12:23 2008	(r186512)
+++ head/sys/dev/cfe/cfe_console.c	Sat Dec 27 11:38:41 2008	(r186513)
@@ -62,7 +62,6 @@ static struct ttydevsw cfe_ttydevsw = {
 };
 
 static int			conhandle = -1;
-static struct tty		*cfe_tp = NULL;
 /* XXX does cfe have to poll? */
 static int			polltime;
 static struct callout_handle	cfe_timeouthandle



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