diff options
Diffstat (limited to 'sys/arch/macppc/dev/openpic.c')
-rw-r--r-- | sys/arch/macppc/dev/openpic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/dev/openpic.c b/sys/arch/macppc/dev/openpic.c index e2a4b01ae92..7167c801a53 100644 --- a/sys/arch/macppc/dev/openpic.c +++ b/sys/arch/macppc/dev/openpic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: openpic.c,v 1.71 2014/04/01 20:27:14 mpi Exp $ */ +/* $OpenBSD: openpic.c,v 1.72 2014/07/12 18:44:42 tedu Exp $ */ /*- * Copyright (c) 2008 Dale Rahn <drahn@openbsd.org> @@ -379,7 +379,7 @@ openpic_intr_disestablish(void *lcp, void *arg) ppc_intr_enable(s); evcount_detach(&ih->ih_count); - free((void *)ih, M_DEVBUF); + free((void *)ih, M_DEVBUF, 0); if (TAILQ_EMPTY(&iq->iq_list)) iq->iq_ist = IST_NONE; |