Trim excessive 'extern' and remove unused declaration.
Reviewed by: bde Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 1 week
This commit is contained in:
parent
dad2e0e420
commit
4031ebef84
@ -99,9 +99,8 @@ PMC_SOFT_DEFINE( , , page_fault, write);
|
|||||||
#include <sys/dtrace_bsd.h>
|
#include <sys/dtrace_bsd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern void __noinline trap(struct trapframe *frame);
|
void __noinline trap(struct trapframe *frame);
|
||||||
extern void trap_check(struct trapframe *frame);
|
void trap_check(struct trapframe *frame);
|
||||||
extern void syscall(struct trapframe *frame);
|
|
||||||
void dblfault_handler(struct trapframe *frame);
|
void dblfault_handler(struct trapframe *frame);
|
||||||
|
|
||||||
static int trap_pfault(struct trapframe *, int);
|
static int trap_pfault(struct trapframe *, int);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user