Date: Thu, 8 Oct 2015 21:52:20 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r289057 - head/sys/sys Message-ID: <201510082152.t98LqKSZ022782@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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*/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510082152.t98LqKSZ022782>