mirror of
https://github.com/openbsd/src.git
synced 2026-05-01 01:27:08 +00:00
remove unneeded frame.h and riscvreg.h includes
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user