aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/amlogic
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/amlogic
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/amlogic')
-rw-r--r--sys/arm/amlogic/aml8726/aml8726_machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arm/amlogic/aml8726/aml8726_machdep.c b/sys/arm/amlogic/aml8726/aml8726_machdep.c
index 1ad25b4191e7..50371804503b 100644
--- a/sys/arm/amlogic/aml8726/aml8726_machdep.c
+++ b/sys/arm/amlogic/aml8726/aml8726_machdep.c
@@ -184,7 +184,7 @@ struct fdt_fixup_entry fdt_fixup_table[] = {
{ NULL, NULL }
};
-#ifndef ARM_INTRNG
+#ifndef INTRNG
#ifndef DEV_GIC
static int
fdt_pic_decode_ic(phandle_t node, pcell_t *intr, int *interrupt, int *trig,
@@ -213,4 +213,4 @@ fdt_pic_decode_t fdt_pic_table[] = {
#endif
NULL
};
-#endif /* ARM_INTRNG */
+#endif /* INTRNG */