Module Name:    src
Committed By:   macallan
Date:           Thu Jun 16 02:44:38 UTC 2011

Modified Files:
        src/sys/arch/macppc/macppc: locore.S

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


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/sys/arch/macppc/macppc/locore.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/macppc/macppc/locore.S
diff -u src/sys/arch/macppc/macppc/locore.S:1.66 src/sys/arch/macppc/macppc/locore.S:1.67
--- src/sys/arch/macppc/macppc/locore.S:1.66	Mon Jan 17 08:23:55 2011
+++ src/sys/arch/macppc/macppc/locore.S	Thu Jun 16 02:44:38 2011
@@ -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?)

Reply via email to