svn commit: r186513 - head/sys/dev/cfe

Bjoern A. Zeeb bz at FreeBSD.org
Sat Dec 27 11:38:42 UTC 2008


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


More information about the svn-src-head mailing list