summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc64
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2020-06-14 19:21:44 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2020-06-14 19:21:44 +0000
commit90e7a6916abbecaeb8108eed1252cb1261186d76 (patch)
tree03c3d47fb8f8e907d959b0322db881d76a9af91b /sys/arch/powerpc64
parent32efe4843c85a77e3a3826aff7b7438437b91d8c (diff)
Remove debug code.
Diffstat (limited to 'sys/arch/powerpc64')
-rw-r--r--sys/arch/powerpc64/dev/xive.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/powerpc64/dev/xive.c b/sys/arch/powerpc64/dev/xive.c
index 3c96a2e4606..4deb899b177 100644
--- a/sys/arch/powerpc64/dev/xive.c
+++ b/sys/arch/powerpc64/dev/xive.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: xive.c,v 1.2 2020/06/14 17:56:54 kettenis Exp $ */
+/* $OpenBSD: xive.c,v 1.3 2020/06/14 19:21:43 kettenis Exp $ */
/*
* Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org>
*
@@ -276,11 +276,6 @@ xive_intr_establish(uint32_t girq, int type, int level,
ih->ih_xive_flags = flags;
sc->sc_handler[lirq] = ih;
-
- /* XXX Trigger interupt for debugging. */
- bus_space_write_8(sc->sc_iot, ih->ih_esb_trig,
- XIVE_ESB_STORE_TRIGGER, 0);
-
return ih;
}