remove unneeded frame.h and riscvreg.h includes
authorjsg <jsg@openbsd.org>
Wed, 16 Oct 2024 02:32:27 +0000 (02:32 +0000)
committerjsg <jsg@openbsd.org>
Wed, 16 Oct 2024 02:32:27 +0000 (02:32 +0000)
sys/arch/riscv64/include/intr.h

index c648b69..5a8a90f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: intr.h,v 1.7 2024/10/14 10:08:13 jsg Exp $    */
+/*     $OpenBSD: intr.h,v 1.8 2024/10/16 02:32:27 jsg Exp $    */
 
 /*
  * Copyright (c) 2001-2004 Opsycon AB  (www.opsycon.se / www.opsycon.com)
@@ -103,8 +103,6 @@ enum {
 #ifndef _LOCORE
 #include <sys/queue.h>
 
-#include <machine/frame.h>
-
 int     splraise(int);
 int     spllower(int);
 void    splx(int);
@@ -150,8 +148,6 @@ extern struct riscv_intr_func riscv_intr_func;
 
 #define        spl0()          spllower(IPL_NONE)
 
-#include <machine/riscvreg.h>
-
 void    intr_barrier(void *);
 
 void    riscv_init_smask(void); /* XXX */