svn commit: r193773 - head/sys/sys

Bjoern A. Zeeb bz at FreeBSD.org
Mon Jun 8 22:02:31 UTC 2009


Author: bz
Date: Mon Jun  8 22:02:30 2009
New Revision: 193773
URL: http://svn.freebsd.org/changeset/base/193773

Log:
  Update vnet_net size guard information after r193731.

Modified:
  head/sys/sys/vimage.h

Modified: head/sys/sys/vimage.h
==============================================================================
--- head/sys/sys/vimage.h	Mon Jun  8 21:58:34 2009	(r193772)
+++ head/sys/sys/vimage.h	Mon Jun  8 22:02:30 2009	(r193773)
@@ -359,43 +359,43 @@ extern struct vprocg_list_head vprocg_he
  * See description further down to see how to get the new values.
  */
 #ifdef __amd64__
-#define	SIZEOF_vnet_net		176
+#define	SIZEOF_vnet_net		184
 #define	SIZEOF_vnet_inet	4424
 #define	SIZEOF_vnet_inet6	8808
 #define	SIZEOF_vnet_ipsec	31160
 #endif
 #ifdef __arm__
-#define	SIZEOF_vnet_net		96
+#define	SIZEOF_vnet_net		100
 #define	SIZEOF_vnet_inet	2616
 #define	SIZEOF_vnet_inet6	8524
 #define	SIZEOF_vnet_ipsec	1
 #endif
 #ifdef __i386__ /* incl. pc98 */
-#define	SIZEOF_vnet_net		96
+#define	SIZEOF_vnet_net		100
 #define	SIZEOF_vnet_inet	2612
 #define	SIZEOF_vnet_inet6	8512
 #define	SIZEOF_vnet_ipsec	31024
 #endif
 #ifdef __ia64__
-#define	SIZEOF_vnet_net		176
+#define	SIZEOF_vnet_net		184
 #define	SIZEOF_vnet_inet	4424
 #define	SIZEOF_vnet_inet6	8808
 #define	SIZEOF_vnet_ipsec	31160
 #endif
 #ifdef __mips__
-#define	SIZEOF_vnet_net		96
+#define	SIZEOF_vnet_net		100
 #define	SIZEOF_vnet_inet	2648
 #define	SIZEOF_vnet_inet6	8544
 #define	SIZEOF_vnet_ipsec	1
 #endif
 #ifdef __powerpc__
-#define	SIZEOF_vnet_net		96
+#define	SIZEOF_vnet_net		100
 #define	SIZEOF_vnet_inet	2640
 #define	SIZEOF_vnet_inet6	8520
 #define	SIZEOF_vnet_ipsec	31048
 #endif
 #ifdef __sparc64__ /* incl. sun4v */
-#define	SIZEOF_vnet_net		176
+#define	SIZEOF_vnet_net		184
 #define	SIZEOF_vnet_inet	4424
 #define	SIZEOF_vnet_inet6	8808
 #define	SIZEOF_vnet_ipsec	31160


More information about the svn-src-head mailing list