aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include/cpu.h
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2004-08-27 19:20:42 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2004-08-27 19:20:42 +0000
commite50cb9b07f7eba6b6f58bc0aef1deb617af39531 (patch)
tree29010a6cb3abeb9f73e3605cb7e291f58b7d2ff8 /sys/alpha/include/cpu.h
parentf697dffaa4d8fc9bcb80fd2afc29226c6ff9a984 (diff)
Notes
Diffstat (limited to 'sys/alpha/include/cpu.h')
-rw-r--r--sys/alpha/include/cpu.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/alpha/include/cpu.h b/sys/alpha/include/cpu.h
index 64dc773b2bb4b..98577307f16b1 100644
--- a/sys/alpha/include/cpu.h
+++ b/sys/alpha/include/cpu.h
@@ -92,6 +92,11 @@ struct clockframe {
#ifdef _KERNEL
+#ifdef GPROF
+extern char btext[];
+extern char etext[];
+#endif
+
#define cpu_getstack(td) (alpha_pal_rdusp())
#define cpu_spinwait() /* nothing */
#define get_cyclecount alpha_rpcc