arm64, riscv: remove reference to fsu_intr_fault
This variable no longer exists. MFC after: 3 days
This commit is contained in:
parent
d39d5ee2d6
commit
6f4bb8ecc2
@ -71,8 +71,6 @@ __FBSDID("$FreeBSD$");
|
|||||||
#include <ddb/db_output.h>
|
#include <ddb/db_output.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern register_t fsu_intr_fault;
|
|
||||||
|
|
||||||
/* Called from exception.S */
|
/* Called from exception.S */
|
||||||
void do_el1h_sync(struct thread *, struct trapframe *);
|
void do_el1h_sync(struct thread *, struct trapframe *);
|
||||||
void do_el0_sync(struct thread *, struct trapframe *);
|
void do_el0_sync(struct thread *, struct trapframe *);
|
||||||
|
@ -73,8 +73,6 @@ __FBSDID("$FreeBSD$");
|
|||||||
|
|
||||||
int (*dtrace_invop_jump_addr)(struct trapframe *);
|
int (*dtrace_invop_jump_addr)(struct trapframe *);
|
||||||
|
|
||||||
extern register_t fsu_intr_fault;
|
|
||||||
|
|
||||||
/* Called from exception.S */
|
/* Called from exception.S */
|
||||||
void do_trap_supervisor(struct trapframe *);
|
void do_trap_supervisor(struct trapframe *);
|
||||||
void do_trap_user(struct trapframe *);
|
void do_trap_user(struct trapframe *);
|
||||||
|
Loading…
Reference in New Issue
Block a user