Module Name:    src
Committed By:   matt
Date:           Sat Feb 22 18:56:25 UTC 2014

Modified Files:
        src/sys/arch/shark/isa: isa_irqhandler.c

Log Message:
include <arm/locore.h>


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/shark/isa/isa_irqhandler.c

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/shark/isa/isa_irqhandler.c
diff -u src/sys/arch/shark/isa/isa_irqhandler.c:1.25 src/sys/arch/shark/isa/isa_irqhandler.c:1.26
--- src/sys/arch/shark/isa/isa_irqhandler.c:1.25	Mon Dec 20 00:25:43 2010
+++ src/sys/arch/shark/isa/isa_irqhandler.c	Sat Feb 22 18:56:25 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: isa_irqhandler.c,v 1.25 2010/12/20 00:25:43 matt Exp $	*/
+/*	$NetBSD: isa_irqhandler.c,v 1.26 2014/02/22 18:56:25 matt Exp $	*/
 
 /*
  * Copyright 1997
@@ -75,16 +75,17 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isa_irqhandler.c,v 1.25 2010/12/20 00:25:43 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isa_irqhandler.c,v 1.26 2014/02/22 18:56:25 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/syslog.h>
 #include <sys/malloc.h>
+#include <sys/intr.h>
+
+#include <arm/locore.h>
 
-#include <machine/intr.h>
 #include <machine/irqhandler.h>
-#include <machine/cpu.h>
 
 irqhandler_t *irqhandlers[NIRQS];
 

Reply via email to