summaryrefslogtreecommitdiffstats
path: root/sys/arch
diff options
context:
space:
mode:
authorccardenas <ccardenas@openbsd.org>2019-05-08 14:53:54 +0000
committerccardenas <ccardenas@openbsd.org>2019-05-08 14:53:54 +0000
commit4011cb15cb07e200890cd869551f8ca91a996753 (patch)
tree6b496f3f4f6d0b88d4c6381fa638f7c13489fd82 /sys/arch
parentMake sure that the tag buffer size is equal to the tag size (diff)
downloadwireguard-openbsd-4011cb15cb07e200890cd869551f8ca91a996753.tar.xz
wireguard-openbsd-4011cb15cb07e200890cd869551f8ca91a996753.zip
Fix kernel compile with DEBUG_AGINTC.
ok phessler, deraadt
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/arm64/dev/agintc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/arm64/dev/agintc.c b/sys/arch/arm64/dev/agintc.c
index de93f3095f6..52ffaea04c3 100644
--- a/sys/arch/arm64/dev/agintc.c
+++ b/sys/arch/arm64/dev/agintc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: agintc.c,v 1.15 2018/12/07 21:33:28 patrick Exp $ */
+/* $OpenBSD: agintc.c,v 1.16 2019/05/08 14:53:54 ccardenas Exp $ */
/*
* Copyright (c) 2007, 2009, 2011, 2017 Dale Rahn <drahn@dalerahn.com>
* Copyright (c) 2018 Mark Kettenis <kettenis@openbsd.org>
@@ -845,7 +845,6 @@ agintc_route(struct agintc_softc *sc, int irq, int enable, struct cpu_info *ci)
#ifdef DEBUG_AGINTC
printf("router %x irq %d val %016llx\n", GICD_IROUTER(irq),
irq, ci->ci_mpidr & MPIDR_AFF);
- val);
#endif
bus_space_write_8(sc->sc_iot, sc->sc_d_ioh,
GICD_IROUTER(irq), ci->ci_mpidr & MPIDR_AFF);