mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 19:22:47 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348840
@ -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 New Issue
Block a user