summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/include/cpu.h')
-rw-r--r--sys/alpha/include/cpu.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/sys/alpha/include/cpu.h b/sys/alpha/include/cpu.h
index e901cb1..69ed2ea 100644
--- a/sys/alpha/include/cpu.h
+++ b/sys/alpha/include/cpu.h
@@ -70,20 +70,6 @@ struct clockframe {
#define CLKF_PC(framep) TRAPF_PC(&(framep)->cf_tf)
/*
- * Arrange to handle pending profiling ticks before returning to user mode.
- *
- * XXX this is now poorly named and implemented. It used to handle only a
- * single tick and the PS_OWEUPC flag served as a counter. Now there is a
- * counter in the proc table and flag isn't really necessary.
- */
-#define need_proftick(p) do { \
- mtx_lock_spin(&sched_lock); \
- (p)->p_sflag |= PS_OWEUPC; \
- aston(p); \
- mtx_unlock_spin(&sched_lock); \
-} while (0)
-
-/*
* CTL_MACHDEP definitions.
*/
#define CPU_CONSDEV 1 /* dev_t: console terminal device */
OpenPOWER on IntegriCloud