mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 16:47:30 -04:00
Remove unused mcall_trap() function
The mcall_trap() dummy function is unused, and should be removed as we are unlikely to support M-mode traps any time soon. Reviewed by: markj Approved by: markj (mentor) MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D20494
This commit is contained in:
parent
c04c594daa
commit
ff0e7938f2
1 changed files with 0 additions and 9 deletions
|
|
@ -126,15 +126,6 @@ cpuset_t all_harts;
|
|||
extern int *end;
|
||||
extern int *initstack_end;
|
||||
|
||||
uintptr_t mcall_trap(uintptr_t mcause, uintptr_t* regs);
|
||||
|
||||
uintptr_t
|
||||
mcall_trap(uintptr_t mcause, uintptr_t* regs)
|
||||
{
|
||||
|
||||
return (0);
|
||||
}
|
||||
|
||||
static void
|
||||
cpu_startup(void *dummy)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue