Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/powerpc/powerpc Drop unused opt_altivec.h and opt_m...



details:   https://anonhg.NetBSD.org/src/rev/9c5e9dc24318
branches:  trunk
changeset: 935596:9c5e9dc24318
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Jul 06 11:07:39 2020 +0000

description:
Drop unused opt_altivec.h and opt_multiprocessor.h.

diffstat:

 sys/arch/powerpc/powerpc/syscall.c |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r d892dfcedcb9 -r 9c5e9dc24318 sys/arch/powerpc/powerpc/syscall.c
--- a/sys/arch/powerpc/powerpc/syscall.c        Mon Jul 06 11:06:52 2020 +0000
+++ b/sys/arch/powerpc/powerpc/syscall.c        Mon Jul 06 11:07:39 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: syscall.c,v 1.56 2020/07/06 09:34:18 rin Exp $ */
+/*     $NetBSD: syscall.c,v 1.57 2020/07/06 11:07:39 rin Exp $ */
 
 /*
  * Copyright (C) 2002 Matt Thomas
@@ -35,11 +35,6 @@
 /* DO NOT INCLUDE opt_compat_XXX.h */
 /* If needed, they will be included by file that includes this one */
 
-#ifdef _KERNEL_OPT
-#include "opt_altivec.h"
-#include "opt_multiprocessor.h"
-#endif
-
 #include <sys/param.h>
 #include <sys/cpu.h>
 #include <sys/ktrace.h>
@@ -64,7 +59,7 @@
 #define EMULNAME(x)    (x)
 #define EMULNAMEU(x)   (x)
 
-__KERNEL_RCSID(0, "$NetBSD: syscall.c,v 1.56 2020/07/06 09:34:18 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscall.c,v 1.57 2020/07/06 11:07:39 rin Exp $");
 
 void
 md_child_return(struct lwp *l)



Home | Main Index | Thread Index | Old Index