Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc Drop unused opt_multiprocessor.h includes.
details: https://anonhg.NetBSD.org/src/rev/dc50cc220c7f
branches: trunk
changeset: 935586:dc50cc220c7f
user: rin <rin%NetBSD.org@localhost>
date: Mon Jul 06 10:52:12 2020 +0000
description:
Drop unused opt_multiprocessor.h includes.
diffstat:
sys/arch/powerpc/include/fpu.h | 3 +--
sys/arch/powerpc/oea/altivec.c | 8 ++------
sys/arch/powerpc/powerpc/fpu.c | 8 ++------
sys/arch/powerpc/powerpc/vm_machdep.c | 5 ++---
4 files changed, 7 insertions(+), 17 deletions(-)
diffs (83 lines):
diff -r 29b03f3fe8c7 -r dc50cc220c7f sys/arch/powerpc/include/fpu.h
--- a/sys/arch/powerpc/include/fpu.h Mon Jul 06 10:50:32 2020 +0000
+++ b/sys/arch/powerpc/include/fpu.h Mon Jul 06 10:52:12 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fpu.h,v 1.23 2020/07/06 09:34:17 rin Exp $ */
+/* $NetBSD: fpu.h,v 1.24 2020/07/06 10:52:12 rin Exp $ */
/*-
* Copyright (C) 1996 Wolfgang Solfrank.
@@ -70,7 +70,6 @@
#ifdef _KERNEL
#ifdef _KERNEL_OPT
-#include "opt_multiprocessor.h"
#include "opt_ppcarch.h"
#endif
diff -r 29b03f3fe8c7 -r dc50cc220c7f sys/arch/powerpc/oea/altivec.c
--- a/sys/arch/powerpc/oea/altivec.c Mon Jul 06 10:50:32 2020 +0000
+++ b/sys/arch/powerpc/oea/altivec.c Mon Jul 06 10:52:12 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: altivec.c,v 1.32 2020/07/06 09:34:17 rin Exp $ */
+/* $NetBSD: altivec.c,v 1.33 2020/07/06 10:52:12 rin Exp $ */
/*
* Copyright (C) 1996 Wolfgang Solfrank.
@@ -32,11 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: altivec.c,v 1.32 2020/07/06 09:34:17 rin Exp $");
-
-#ifdef _KERNEL_OPT
-#include "opt_multiprocessor.h"
-#endif
+__KERNEL_RCSID(0, "$NetBSD: altivec.c,v 1.33 2020/07/06 10:52:12 rin Exp $");
#include <sys/param.h>
#include <sys/proc.h>
diff -r 29b03f3fe8c7 -r dc50cc220c7f sys/arch/powerpc/powerpc/fpu.c
--- a/sys/arch/powerpc/powerpc/fpu.c Mon Jul 06 10:50:32 2020 +0000
+++ b/sys/arch/powerpc/powerpc/fpu.c Mon Jul 06 10:52:12 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fpu.c,v 1.40 2020/07/06 09:34:18 rin Exp $ */
+/* $NetBSD: fpu.c,v 1.41 2020/07/06 10:52:12 rin Exp $ */
/*
* Copyright (C) 1996 Wolfgang Solfrank.
@@ -32,11 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fpu.c,v 1.40 2020/07/06 09:34:18 rin Exp $");
-
-#ifdef _KERNEL_OPT
-#include "opt_multiprocessor.h"
-#endif
+__KERNEL_RCSID(0, "$NetBSD: fpu.c,v 1.41 2020/07/06 10:52:12 rin Exp $");
#include <sys/param.h>
#include <sys/proc.h>
diff -r 29b03f3fe8c7 -r dc50cc220c7f sys/arch/powerpc/powerpc/vm_machdep.c
--- a/sys/arch/powerpc/powerpc/vm_machdep.c Mon Jul 06 10:50:32 2020 +0000
+++ b/sys/arch/powerpc/powerpc/vm_machdep.c Mon Jul 06 10:52:12 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vm_machdep.c,v 1.103 2020/07/06 09:34:18 rin Exp $ */
+/* $NetBSD: vm_machdep.c,v 1.104 2020/07/06 10:52:12 rin Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -32,11 +32,10 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.103 2020/07/06 09:34:18 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.104 2020/07/06 10:52:12 rin Exp $");
#ifdef _KERNEL_OPT
#include "opt_altivec.h"
-#include "opt_multiprocessor.h"
#include "opt_ppcarch.h"
#include "opt_ppccache.h"
#endif
Home |
Main Index |
Thread Index |
Old Index