Sun Mar 15 19:47:22 2009 UTC ()
Pull up following revision(s) (requested by christos in ticket #458):
	sys/arch/evbarm/ifpga/ifpga_intr.h: revision 1.9
Another port which needs <arm/cpu.h> added as in include due to
the new kern_ssp.c.


(snj)
diff -r1.8 -r1.8.10.1 src/sys/arch/evbarm/ifpga/ifpga_intr.h

cvs diff -r1.8 -r1.8.10.1 src/sys/arch/evbarm/ifpga/ifpga_intr.h (expand / switch to context diff)
--- src/sys/arch/evbarm/ifpga/ifpga_intr.h 2008/04/27 18:58:46 1.8
+++ src/sys/arch/evbarm/ifpga/ifpga_intr.h 2009/03/15 19:47:22 1.8.10.1
@@ -1,4 +1,4 @@
-/*	$NetBSD: ifpga_intr.h,v 1.8 2008/04/27 18:58:46 matt Exp $	*/
+/*	$NetBSD: ifpga_intr.h,v 1.8.10.1 2009/03/15 19:47:22 snj Exp $	*/
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -42,6 +42,7 @@
 
 #ifndef _LOCORE
 
+#include <arm/cpu.h>
 #include <arm/armreg.h>
 #include <arm/cpufunc.h>