summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobert <robert@openbsd.org>2008-02-18 10:37:20 +0000
committerrobert <robert@openbsd.org>2008-02-18 10:37:20 +0000
commita777c1eaf29cf4bcddb32707e3739e30b703d02d (patch)
treefd695f40d6bc0ee7a139dad23681872307efebd8
parentAdd initial bits for fiber support with the BCM5714/BCM5715/BCM5780 chipsets. (diff)
downloadwireguard-openbsd-a777c1eaf29cf4bcddb32707e3739e30b703d02d.tar.xz
wireguard-openbsd-a777c1eaf29cf4bcddb32707e3739e30b703d02d.zip
remove the definition of amd7930_trap(), it is not used anywhere.
ok kettenis@
-rw-r--r--sys/arch/sparc64/include/cpu.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sparc64/include/cpu.h b/sys/arch/sparc64/include/cpu.h
index f0d2dad2501..7aadcad9a87 100644
--- a/sys/arch/sparc64/include/cpu.h
+++ b/sys/arch/sparc64/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.53 2008/01/19 17:42:05 kettenis Exp $ */
+/* $OpenBSD: cpu.h,v 1.54 2008/02/18 10:37:20 robert Exp $ */
/* $NetBSD: cpu.h,v 1.28 2001/06/14 22:56:58 thorpej Exp $ */
/*
@@ -246,8 +246,6 @@ int rwindow_save(struct proc *);
/* vm_machdep.c */
void fpusave_cpu(struct cpu_info *, int);
void fpusave_proc(struct proc *, int);
-/* amd7930intr.s */
-void amd7930_trap(void);
/* cons.c */
int cnrom(void);
/* zs.c */