Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/macppc we need powerpc/intr.h n order to see...



details:   https://anonhg.NetBSD.org/src/rev/c29f7b41534f
branches:  trunk
changeset: 766116:c29f7b41534f
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu Jun 16 02:44:38 2011 +0000

description:
we need powerpc/intr.h n order to see __HAVE_FAST_SOFTINTS

diffstat:

 sys/arch/macppc/macppc/locore.S |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r eaf3a23fd423 -r c29f7b41534f sys/arch/macppc/macppc/locore.S
--- a/sys/arch/macppc/macppc/locore.S   Thu Jun 16 02:43:42 2011 +0000
+++ b/sys/arch/macppc/macppc/locore.S   Thu Jun 16 02:44:38 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.S,v 1.66 2011/01/17 08:23:55 matt Exp $ */
+/*     $NetBSD: locore.S,v 1.67 2011/06/16 02:44:38 macallan Exp $     */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -53,6 +53,7 @@
 
 #include <powerpc/spr.h>
 #include <powerpc/oea/spr.h>
+#include <powerpc/intr.h>
 
 /*
  * Some instructions gas doesn't understand (yet?)



Home | Main Index | Thread Index | Old Index