From 3f8a5df15fd69d68e2a4c2284c5b2e101a4b2738 Mon Sep 17 00:00:00 2001 From: Visa Hankala Date: Thu, 21 Mar 2019 16:51:22 +0000 Subject: Remove struct intrhand. It is no longer used on octeon. --- sys/arch/octeon/include/intr.h | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'sys/arch/octeon/include') diff --git a/sys/arch/octeon/include/intr.h b/sys/arch/octeon/include/intr.h index 6e13cfad1e8..fea18d5f86b 100644 --- a/sys/arch/octeon/include/intr.h +++ b/sys/arch/octeon/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.19 2019/03/17 05:25:06 visa Exp $ */ +/* $OpenBSD: intr.h,v 1.20 2019/03/21 16:51:21 visa Exp $ */ /* * Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -138,26 +138,6 @@ int splraise(int); void splx(int); int spllower(int); -/* - * Interrupt control struct used by interrupt dispatchers - * to hold interrupt handler info. - */ - -#include - -struct intrhand { - struct intrhand *ih_next; - int (*ih_fun)(void *); - void *ih_arg; - int ih_level; - int ih_irq; - struct evcount ih_count; - int ih_flags; -#define IH_ALLOCATED 0x01 -#define IH_MPSAFE 0x02 - cpuid_t ih_cpuid; -}; - void intr_barrier(void *); /* -- cgit v1.2.3