aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/intr.h
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2016-04-15 16:05:41 +0000
committerAndrew Turner <andrew@FreeBSD.org>2016-04-15 16:05:41 +0000
commit59c3cb81c1769fdb6c840c971df129b52f4a848d (patch)
treec056fc0e7b6a92e3f45576eece676b6b5e376499 /sys/arm/include/intr.h
parenta321cc5dc908a14d42e57e2468923937f18c21fc (diff)
downloadsrc-59c3cb81c1769fdb6c840c971df129b52f4a848d.tar.gz
src-59c3cb81c1769fdb6c840c971df129b52f4a848d.zip
Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machine
independent code that needs to know about INTRNG such as PCI drivers. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=298068
Diffstat (limited to 'sys/arm/include/intr.h')
-rw-r--r--sys/arm/include/intr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arm/include/intr.h b/sys/arm/include/intr.h
index e81bc7dd7ab7..7a91525a909d 100644
--- a/sys/arm/include/intr.h
+++ b/sys/arm/include/intr.h
@@ -43,7 +43,7 @@
#include <dev/ofw/openfirm.h>
#endif
-#ifdef ARM_INTRNG
+#ifdef INTRNG
#ifndef NIRQ
#define NIRQ 1024 /* XXX - It should be an option. */
@@ -63,7 +63,7 @@ void intr_ipi_setup(u_int, const char *, intr_ipi_handler_t *, void *,
int intr_pic_ipi_setup(u_int, const char *, intr_ipi_handler_t *, void *);
#endif
-#else /* ARM_INTRNG */
+#else /* INTRNG */
/* XXX move to std.* files? */
#ifdef CPU_XSCALE_81342
@@ -111,7 +111,7 @@ int gic_decode_fdt(phandle_t, pcell_t *, int *, int *, int *);
int intr_fdt_map_irq(phandle_t, pcell_t *, int);
#endif
-#endif /* ARM_INTRNG */
+#endif /* INTRNG */
void arm_irq_memory_barrier(uintptr_t);