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

for kernel profiling.
This commit is contained in:
Marcel Moolenaar 2008-10-27 00:26:07 +00:00
parent e865720075
commit 11722a8c11

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);