summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2007-05-06 19:05:12 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2007-05-06 19:05:12 +0000
commit11730add675792587d70394e3548383a02df5d8a (patch)
treeb64165ecdc2167957f5ec3f3214a2305d5ab59f0
parent7a3ba36c16a5e67de7b78d30ab621ef945d49916 (diff)
garbage collect release_fpu() and synchronize_fpstate()
-rw-r--r--sys/arch/alpha/include/cpu.h5
1 files changed, 1 insertions, 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 *);