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_multiprocessor.h.
details: https://anonhg.NetBSD.org/src/rev/807b55e7ebec
branches: trunk
changeset: 935597:807b55e7ebec
user: rin <rin%NetBSD.org@localhost>
date: Mon Jul 06 11:08:21 2020 +0000
description:
- Drop unused opt_multiprocessor.h.
- Include missing opt_ppcarch.h.
diffstat:
sys/arch/powerpc/powerpc/trap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 9c5e9dc24318 -r 807b55e7ebec sys/arch/powerpc/powerpc/trap.c
--- a/sys/arch/powerpc/powerpc/trap.c Mon Jul 06 11:07:39 2020 +0000
+++ b/sys/arch/powerpc/powerpc/trap.c Mon Jul 06 11:08:21 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: trap.c,v 1.158 2020/07/06 09:34:18 rin Exp $ */
+/* $NetBSD: trap.c,v 1.159 2020/07/06 11:08:21 rin Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -35,12 +35,12 @@
#define __UCAS_PRIVATE
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.158 2020/07/06 09:34:18 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.159 2020/07/06 11:08:21 rin Exp $");
#ifdef _KERNEL_OPT
#include "opt_altivec.h"
#include "opt_ddb.h"
-#include "opt_multiprocessor.h"
+#include "opt_ppcarch.h"
#endif
#include <sys/param.h>
Home |
Main Index |
Thread Index |
Old Index