diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-02-22 22:17:08 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-02-22 22:17:08 +0000 |
commit | 97a4c24cdbe25a5398fb463f770ab2c5d2f941e4 (patch) | |
tree | a8dfcb769ed3fa2ce304d009ad25c2cf635112f8 /sys/arch/sparc64/include | |
parent | c3347acce9dab037b66772e270f9935d9d7ba5bd (diff) |
Remove unused probeset() function.
Diffstat (limited to 'sys/arch/sparc64/include')
-rw-r--r-- | sys/arch/sparc64/include/cpu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc64/include/cpu.h b/sys/arch/sparc64/include/cpu.h index 33f2d15239b..d425242bac8 100644 --- a/sys/arch/sparc64/include/cpu.h +++ b/sys/arch/sparc64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.33 2005/11/11 16:50:19 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.34 2006/02/22 22:17:07 miod Exp $ */ /* $NetBSD: cpu.h,v 1.28 2001/06/14 22:56:58 thorpej Exp $ */ /* @@ -199,7 +199,6 @@ struct fpstate64; void savefpstate(struct fpstate64 *); void loadfpstate(struct fpstate64 *); u_int64_t probeget(paddr_t, int, int); -int probeset(paddr_t, int, int, u_int64_t); #define write_all_windows() __asm __volatile("flushw" : : ) #define write_user_windows() __asm __volatile("flushw" : : ) void proc_trampoline(void); |