arm64, riscv: remove reference to fsu_intr_fault

This variable no longer exists.

MFC after:	3 days
This commit is contained in:
Mitchell Horne 2021-05-25 12:22:49 -03:00
parent d39d5ee2d6
commit 6f4bb8ecc2
2 changed files with 0 additions and 4 deletions

View File

@ -71,8 +71,6 @@ __FBSDID("$FreeBSD$");
#include <ddb/db_output.h>
#endif
extern register_t fsu_intr_fault;
/* Called from exception.S */
void do_el1h_sync(struct thread *, struct trapframe *);
void do_el0_sync(struct thread *, struct trapframe *);

View File

@ -73,8 +73,6 @@ __FBSDID("$FreeBSD$");
int (*dtrace_invop_jump_addr)(struct trapframe *);
extern register_t fsu_intr_fault;
/* Called from exception.S */
void do_trap_supervisor(struct trapframe *);
void do_trap_user(struct trapframe *);