From 11730add675792587d70394e3548383a02df5d8a Mon Sep 17 00:00:00 2001 From: Martin Reindl Date: Sun, 6 May 2007 19:05:12 +0000 Subject: garbage collect release_fpu() and synchronize_fpstate() --- sys/arch/alpha/include/cpu.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys/arch/alpha/include/cpu.h b/sys/arch/alpha/include/cpu.h index 5034699376c..65432d95a27 100644 --- a/sys/arch/alpha/include/cpu.h +++ b/sys/arch/alpha/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.29 2007/04/13 08:31:50 martin Exp $ */ +/* $OpenBSD: cpu.h,v 1.30 2007/05/06 19:05:11 martin Exp $ */ /* $NetBSD: cpu.h,v 1.45 2000/08/21 02:03:12 thorpej Exp $ */ /*- @@ -159,9 +159,6 @@ void trap(unsigned long, unsigned long, unsigned long, unsigned long, void trap_init(void); void enable_nsio_ide(bus_space_tag_t); -void release_fpu(int); -void synchronize_fpstate(struct proc *, int); - /* Multiprocessor glue; cpu.c */ struct cpu_info; int cpu_iccb_send(cpuid_t, const char *); -- cgit v1.2.3