diff options
Diffstat (limited to 'sys/sparc64/include/cpu.h')
-rw-r--r-- | sys/sparc64/include/cpu.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/sparc64/include/cpu.h b/sys/sparc64/include/cpu.h index 7f2c3ce..966ad3f 100644 --- a/sys/sparc64/include/cpu.h +++ b/sys/sparc64/include/cpu.h @@ -41,16 +41,6 @@ #define cpu_setstack(p, sp) ((p)->p_frame->tf_sp = (sp)) /* - * Arrange to handle pending profiling ticks before returning to user mode. - */ -#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 */ |