diff options
Diffstat (limited to 'sys/sparc64/include/cpufunc.h')
-rw-r--r-- | sys/sparc64/include/cpufunc.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/sparc64/include/cpufunc.h b/sys/sparc64/include/cpufunc.h index 4a3dd7a..86e7ae5 100644 --- a/sys/sparc64/include/cpufunc.h +++ b/sys/sparc64/include/cpufunc.h @@ -224,9 +224,4 @@ ffs(int mask) #undef LDNC_GEN #undef STNC_GEN -void cpu_critical_enter(void); -void cpu_critical_exit(void); -void cpu_critical_fork_exit(void); -void cpu_thread_link(struct thread *td); - #endif /* !_MACHINE_CPUFUNC_H_ */ |