Module Name:    src
Committed By:   maxv
Date:           Mon Dec 10 15:08:23 UTC 2018

Modified Files:
        src/sys/arch/amd64/amd64: machdep.c
        src/sys/arch/i386/i386: machdep.c
        src/sys/arch/x86/isa: isa_machdep.c

Log Message:
Remove unused mbuf.h includes.


To generate a diff of this commit:
cvs rdiff -u -r1.322 -r1.323 src/sys/arch/amd64/amd64/machdep.c
cvs rdiff -u -r1.813 -r1.814 src/sys/arch/i386/i386/machdep.c
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/x86/isa/isa_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/amd64/machdep.c
diff -u src/sys/arch/amd64/amd64/machdep.c:1.322 src/sys/arch/amd64/amd64/machdep.c:1.323
--- src/sys/arch/amd64/amd64/machdep.c:1.322	Thu Nov 15 04:59:02 2018
+++ src/sys/arch/amd64/amd64/machdep.c	Mon Dec 10 15:08:23 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: machdep.c,v 1.322 2018/11/15 04:59:02 riastradh Exp $	*/
+/*	$NetBSD: machdep.c,v 1.323 2018/12/10 15:08:23 maxv Exp $	*/
 
 /*
  * Copyright (c) 1996, 1997, 1998, 2000, 2006, 2007, 2008, 2011
@@ -110,7 +110,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.322 2018/11/15 04:59:02 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.323 2018/12/10 15:08:23 maxv Exp $");
 
 #include "opt_modular.h"
 #include "opt_user_ldt.h"
@@ -139,7 +139,6 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 
 #include <sys/exec_aout.h>	/* for MID_* */
 #include <sys/reboot.h>
 #include <sys/conf.h>
-#include <sys/mbuf.h>
 #include <sys/msgbuf.h>
 #include <sys/mount.h>
 #include <sys/core.h>

Index: src/sys/arch/i386/i386/machdep.c
diff -u src/sys/arch/i386/i386/machdep.c:1.813 src/sys/arch/i386/i386/machdep.c:1.814
--- src/sys/arch/i386/i386/machdep.c:1.813	Tue Nov 27 14:09:53 2018
+++ src/sys/arch/i386/i386/machdep.c	Mon Dec 10 15:08:23 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: machdep.c,v 1.813 2018/11/27 14:09:53 maxv Exp $	*/
+/*	$NetBSD: machdep.c,v 1.814 2018/12/10 15:08:23 maxv Exp $	*/
 
 /*
  * Copyright (c) 1996, 1997, 1998, 2000, 2004, 2006, 2008, 2009, 2017
@@ -67,7 +67,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.813 2018/11/27 14:09:53 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.814 2018/12/10 15:08:23 maxv Exp $");
 
 #include "opt_beep.h"
 #include "opt_compat_freebsd.h"
@@ -97,7 +97,6 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 
 #include <sys/reboot.h>
 #include <sys/conf.h>
 #include <sys/kauth.h>
-#include <sys/mbuf.h>
 #include <sys/msgbuf.h>
 #include <sys/mount.h>
 #include <sys/syscallargs.h>

Index: src/sys/arch/x86/isa/isa_machdep.c
diff -u src/sys/arch/x86/isa/isa_machdep.c:1.41 src/sys/arch/x86/isa/isa_machdep.c:1.42
--- src/sys/arch/x86/isa/isa_machdep.c:1.41	Mon Dec  3 19:51:09 2018
+++ src/sys/arch/x86/isa/isa_machdep.c	Mon Dec 10 15:08:23 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: isa_machdep.c,v 1.41 2018/12/03 19:51:09 cherry Exp $	*/
+/*	$NetBSD: isa_machdep.c,v 1.42 2018/12/10 15:08:23 maxv Exp $	*/
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isa_machdep.c,v 1.41 2018/12/03 19:51:09 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isa_machdep.c,v 1.42 2018/12/10 15:08:23 maxv Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -73,7 +73,6 @@ __KERNEL_RCSID(0, "$NetBSD: isa_machdep.
 #include <sys/syslog.h>
 #include <sys/device.h>
 #include <sys/proc.h>
-#include <sys/mbuf.h>
 #include <sys/bus.h>
 #include <sys/cpu.h>
 

Reply via email to