Module Name: src Committed By: rin Date: Mon Jul 6 11:07:39 UTC 2020
Modified Files: src/sys/arch/powerpc/powerpc: syscall.c Log Message: Drop unused opt_altivec.h and opt_multiprocessor.h. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/arch/powerpc/powerpc/syscall.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/powerpc/powerpc/syscall.c diff -u src/sys/arch/powerpc/powerpc/syscall.c:1.56 src/sys/arch/powerpc/powerpc/syscall.c:1.57 --- src/sys/arch/powerpc/powerpc/syscall.c:1.56 Mon Jul 6 09:34:18 2020 +++ src/sys/arch/powerpc/powerpc/syscall.c Mon Jul 6 11:07:39 2020 @@ -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)