diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2008-02-18 10:37:21 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2008-02-18 10:37:21 +0000 |
commit | 2a16d4c8a9990613f3428acf01712928f6b6cd6b (patch) | |
tree | 4eff390e11867c6c3a212218da5876d4427a4025 /sys/arch/sparc64/include | |
parent | 4da1e121cd1f747f4ec9ea426733e86607e06c09 (diff) |
remove the definition of amd7930_trap(), it is not used anywhere.
ok kettenis@
Diffstat (limited to 'sys/arch/sparc64/include')
-rw-r--r-- | sys/arch/sparc64/include/cpu.h | 4 |
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 */ |