svn commit: r289057 - head/sys/sys

Edward Tomasz Napierala trasz at FreeBSD.org
Thu Oct 8 21:52:21 UTC 2015


Author: trasz
Date: Thu Oct  8 21:52:20 2015
New Revision: 289057
URL: https://svnweb.freebsd.org/changeset/base/289057

Log:
  Remove comment obsoleted by r289056.
  
  MFC after:	1 month
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/sys/kernel.h

Modified: head/sys/sys/kernel.h
==============================================================================
--- head/sys/sys/kernel.h	Thu Oct  8 21:28:06 2015	(r289056)
+++ head/sys/sys/kernel.h	Thu Oct  8 21:52:20 2015	(r289057)
@@ -80,10 +80,6 @@ extern volatile int ticks;
  * for binary compatibility with inserted elements.
  *
  * The SI_SUB_LAST value must have the highest lexical value.
- *
- * The SI_SUB_SWAP values represent a value used by
- * the BSD 4.4Lite but not by FreeBSD; it is maintained in dependent
- * order to support porting.
  */
 enum sysinit_sub_id {
 	SI_SUB_DUMMY		= 0x0000000,	/* not executed; for linker*/


More information about the svn-src-all mailing list