Module Name: src
Committed By: rin
Date: Tue Mar 30 03:57:03 UTC 2021
Modified Files:
src/sys/arch/evbppc/obs405: obs266_machdep.c
Log Message:
G/C unused. Use tlb.h directly instead of uvm_extern.h.
No binary changes.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/evbppc/obs405/obs266_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/evbppc/obs405/obs266_machdep.c
diff -u src/sys/arch/evbppc/obs405/obs266_machdep.c:1.24 src/sys/arch/evbppc/obs405/obs266_machdep.c:1.25
--- src/sys/arch/evbppc/obs405/obs266_machdep.c:1.24 Tue Mar 30 01:47:44 2021
+++ src/sys/arch/evbppc/obs405/obs266_machdep.c Tue Mar 30 03:57:03 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: obs266_machdep.c,v 1.24 2021/03/30 01:47:44 rin Exp $ */
+/* $NetBSD: obs266_machdep.c,v 1.25 2021/03/30 03:57:03 rin Exp $ */
/* Original: md_machdep.c,v 1.3 2005/01/24 18:47:37 shige Exp $ */
/*
@@ -68,23 +68,17 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: obs266_machdep.c,v 1.24 2021/03/30 01:47:44 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: obs266_machdep.c,v 1.25 2021/03/30 03:57:03 rin Exp $");
-#include "opt_compat_netbsd.h"
#include "opt_ddb.h"
#include <sys/param.h>
#include <sys/kernel.h>
-#include <sys/ksyms.h>
-#include <sys/mount.h>
#include <sys/reboot.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <sys/module.h>
#include <sys/bus.h>
-#include <sys/cpu.h>
-
-#include <uvm/uvm_extern.h>
#include <machine/obs266.h>
@@ -93,6 +87,7 @@ __KERNEL_RCSID(0, "$NetBSD: obs266_machd
#include <powerpc/ibm4xx/ibm405gp.h>
#include <powerpc/ibm4xx/pci_machdep.h>
#include <powerpc/ibm4xx/openbios.h>
+#include <powerpc/ibm4xx/tlb.h>
#include <powerpc/ibm4xx/dev/comopbvar.h>
#include <powerpc/spr.h>
@@ -102,8 +97,6 @@ __KERNEL_RCSID(0, "$NetBSD: obs266_machd
#include <dev/pci/pcivar.h>
#include <dev/pci/pciconf.h>
-#include "ksyms.h"
-
#include "com.h"
#if (NCOM > 0)
#include <sys/termios.h>