Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amigappc/amigappc include machine/mtpr.h for SIR_* ...



details:   https://anonhg.NetBSD.org/src/rev/3724ea3a8b38
branches:  trunk
changeset: 518662:3724ea3a8b38
user:      aymeric <aymeric%NetBSD.org@localhost>
date:      Mon Dec 03 21:11:27 2001 +0000

description:
include machine/mtpr.h for SIR_* definitions

diffstat:

 sys/arch/amigappc/amigappc/machdep.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 52fe5e559d3b -r 3724ea3a8b38 sys/arch/amigappc/amigappc/machdep.c
--- a/sys/arch/amigappc/amigappc/machdep.c      Mon Dec 03 21:10:48 2001 +0000
+++ b/sys/arch/amigappc/amigappc/machdep.c      Mon Dec 03 21:11:27 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.15 2001/09/10 21:19:34 chris Exp $ */
+/* $NetBSD: machdep.c,v 1.16 2001/12/03 21:11:27 aymeric Exp $ */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -52,6 +52,7 @@
 
 #include <machine/powerpc.h>
 #include <machine/bat.h>
+#include <machine/mtpr.h>
 #include <machine/trap.h>
 #include <machine/hid.h>
 #include <machine/cpu.h>



Home | Main Index | Thread Index | Old Index