Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Oct 2015 08:08:37 +0000 (UTC)
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r289492 - head/sys/sys
Message-ID:  <201510180808.t9I88b2B078513@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jmg
Date: Sun Oct 18 08:08:37 2015
New Revision: 289492
URL: https://svnweb.freebsd.org/changeset/base/289492

Log:
  page sized is not spelled 4096 on all arches...

Modified:
  head/sys/sys/mbuf.h

Modified: head/sys/sys/mbuf.h
==============================================================================
--- head/sys/sys/mbuf.h	Sun Oct 18 07:33:44 2015	(r289491)
+++ head/sys/sys/mbuf.h	Sun Oct 18 08:08:37 2015	(r289492)
@@ -344,7 +344,7 @@ struct mbuf {
  */
 #define	EXT_CLUSTER	1	/* mbuf cluster */
 #define	EXT_SFBUF	2	/* sendfile(2)'s sf_bufs */
-#define	EXT_JUMBOP	3	/* jumbo cluster 4096 bytes */
+#define	EXT_JUMBOP	3	/* jumbo cluster page sized */
 #define	EXT_JUMBO9	4	/* jumbo cluster 9216 bytes */
 #define	EXT_JUMBO16	5	/* jumbo cluster 16184 bytes */
 #define	EXT_PACKET	6	/* mbuf+cluster from packet zone */



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