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_ppcarch.h.
details: https://anonhg.NetBSD.org/src/rev/0a8c1f719c05
branches: trunk
changeset: 935593:0a8c1f719c05
user: rin <rin%NetBSD.org@localhost>
date: Mon Jul 06 11:05:05 2020 +0000
description:
Drop unused opt_ppcarch.h.
diffstat:
sys/arch/powerpc/powerpc/core_machdep.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 4ef0143e4f14 -r 0a8c1f719c05 sys/arch/powerpc/powerpc/core_machdep.c
--- a/sys/arch/powerpc/powerpc/core_machdep.c Mon Jul 06 11:02:44 2020 +0000
+++ b/sys/arch/powerpc/powerpc/core_machdep.c Mon Jul 06 11:05:05 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: core_machdep.c,v 1.10 2019/11/20 19:37:52 pgoyette Exp $ */
+/* $NetBSD: core_machdep.c,v 1.11 2020/07/06 11:05:05 rin Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -32,11 +32,10 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: core_machdep.c,v 1.10 2019/11/20 19:37:52 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: core_machdep.c,v 1.11 2020/07/06 11:05:05 rin Exp $");
#ifdef _KERNEL_OPT
#include "opt_altivec.h"
-#include "opt_ppcarch.h"
#endif
#include <sys/param.h>
Home |
Main Index |
Thread Index |
Old Index