svn commit: r262212 - in stable: 10/sys/dev/xen/console 9/sys/dev/xen/console

Dimitry Andric dim at FreeBSD.org
Wed Feb 19 07:59:51 UTC 2014


Author: dim
Date: Wed Feb 19 07:59:50 2014
New Revision: 262212
URL: http://svnweb.freebsd.org/changeset/base/262212

Log:
  MFC r261916:
  
  In sys/dev/xen/console/console.c, #if 0 an unused static function.

Modified:
  stable/9/sys/dev/xen/console/console.c
Directory Properties:
  stable/9/sys/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/10/sys/dev/xen/console/console.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/9/sys/dev/xen/console/console.c
==============================================================================
--- stable/9/sys/dev/xen/console/console.c	Wed Feb 19 07:55:28 2014	(r262211)
+++ stable/9/sys/dev/xen/console/console.c	Wed Feb 19 07:59:50 2014	(r262212)
@@ -358,6 +358,7 @@ xcclose(struct tty *tp)
 	xen_console_up = 0;
 }
 
+#if 0
 static inline int 
 __xencons_put_char(int ch)
 {
@@ -367,6 +368,7 @@ __xencons_put_char(int ch)
 	wbuf[WBUF_MASK(wp++)] = _ch;
 	return 1;
 }
+#endif
 
 
 static void


More information about the svn-src-all mailing list