Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcmips/tx Explicitly include <mips/locore.h> for s...
details: https://anonhg.NetBSD.org/src/rev/76fee34119e2
branches: trunk
changeset: 762724:76fee34119e2
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Feb 26 12:09:34 2011 +0000
description:
Explicitly include <mips/locore.h> for softint_process().
diffstat:
sys/arch/hpcmips/tx/tx39icu.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 21baca103212 -r 76fee34119e2 sys/arch/hpcmips/tx/tx39icu.c
--- a/sys/arch/hpcmips/tx/tx39icu.c Sat Feb 26 12:08:30 2011 +0000
+++ b/sys/arch/hpcmips/tx/tx39icu.c Sat Feb 26 12:09:34 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tx39icu.c,v 1.28 2011/02/20 07:58:14 matt Exp $ */
+/* $NetBSD: tx39icu.c,v 1.29 2011/02/26 12:09:34 tsutsui Exp $ */
/*-
* Copyright (c) 1999-2001 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tx39icu.c,v 1.28 2011/02/20 07:58:14 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tx39icu.c,v 1.29 2011/02/26 12:09:34 tsutsui Exp $");
#include "opt_vr41xx.h"
#include "opt_tx39xx.h"
@@ -49,6 +49,7 @@
#include <uvm/uvm_extern.h>
#include <mips/cpuregs.h>
+#include <mips/locore.h>
#include <machine/bus.h>
#include <hpcmips/tx/tx39var.h>
Home |
Main Index |
Thread Index |
Old Index