Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/cavium Don't include "opt_octeon.h" any more.
details: https://anonhg.NetBSD.org/src/rev/506bd76cc9e0
branches: trunk
changeset: 935045:506bd76cc9e0
user: simonb <simonb%NetBSD.org@localhost>
date: Tue Jun 23 05:14:39 2020 +0000
description:
Don't include "opt_octeon.h" any more.
diffstat:
sys/arch/mips/cavium/octeon_intr.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r 35539e431be4 -r 506bd76cc9e0 sys/arch/mips/cavium/octeon_intr.c
--- a/sys/arch/mips/cavium/octeon_intr.c Tue Jun 23 05:14:18 2020 +0000
+++ b/sys/arch/mips/cavium/octeon_intr.c Tue Jun 23 05:14:39 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: octeon_intr.c,v 1.13 2020/06/20 18:48:28 riastradh Exp $ */
+/* $NetBSD: octeon_intr.c,v 1.14 2020/06/23 05:14:39 simonb Exp $ */
/*
* Copyright 2001, 2002 Wasabi Systems, Inc.
* All rights reserved.
@@ -38,14 +38,13 @@
* Platform-specific interrupt support for the MIPS Malta.
*/
-#include "opt_octeon.h"
#include "opt_multiprocessor.h"
#include "cpunode.h"
#define __INTR_PRIVATE
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: octeon_intr.c,v 1.13 2020/06/20 18:48:28 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: octeon_intr.c,v 1.14 2020/06/23 05:14:39 simonb Exp $");
#include <sys/param.h>
#include <sys/cpu.h>
Home |
Main Index |
Thread Index |
Old Index