summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2016-02-10 16:44:20 +0000
committerandrew <andrew@FreeBSD.org>2016-02-10 16:44:20 +0000
commit84916920741253fffba479eca13fa027fa98ad24 (patch)
treeccabc7d5d67b8b10d484906507d9d3326069c795 /sys/arm
parent3f190828b4c4ce19c69f9a5757ca9e6f98b34c60 (diff)
downloadFreeBSD-src-84916920741253fffba479eca13fa027fa98ad24.zip
FreeBSD-src-84916920741253fffba479eca13fa027fa98ad24.tar.gz
Fix a logic inversion when checking for ARM_INTRNG
Pointy hat to: andrew
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/qemu/virt_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/qemu/virt_common.c b/sys/arm/qemu/virt_common.c
index 8f84355..572fee8 100644
--- a/sys/arm/qemu/virt_common.c
+++ b/sys/arm/qemu/virt_common.c
@@ -41,7 +41,7 @@ struct fdt_fixup_entry fdt_fixup_table[] = {
{ NULL, NULL }
};
-#ifdef ARM_INTRNG
+#ifndef ARM_INTRNG
fdt_pic_decode_t fdt_pic_table[] = {
&gic_decode_fdt,
NULL
OpenPOWER on IntegriCloud