Declare btext and etext. Needed by sys/kern/subr_prof.c for

for kernel profiling.
This commit is contained in:
marcel 2008-10-27 00:26:07 +00:00
parent f81b969763
commit 460ad2e4b2

View File

@ -69,6 +69,9 @@ get_cyclecount(void)
#define cpu_getstack(td) ((td)->td_frame->fixreg[1])
#define cpu_spinwait() /* nothing */
extern char btext[];
extern char etext[];
void cpu_halt(void);
void cpu_reset(void);
void fork_trampoline(void);