diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2008-10-27 00:26:07 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2008-10-27 00:26:07 +0000 |
| commit | 11722a8c11fd3f56e32d115ddc687e8c0e3f9682 (patch) | |
| tree | f37e6356c93c7733167460cf92b63eb2fb317568 | |
| parent | e865720075d5ac0fd1532c91748d926f475bdf22 (diff) | |
Notes
| -rw-r--r-- | sys/powerpc/include/cpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/powerpc/include/cpu.h b/sys/powerpc/include/cpu.h index a8fea27d3dca..9856ab0588ef 100644 --- a/sys/powerpc/include/cpu.h +++ b/sys/powerpc/include/cpu.h @@ -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); |
