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/solbourne | |
parent | c3347acce9dab037b66772e270f9935d9d7ba5bd (diff) |
Remove unused probeset() function.
Diffstat (limited to 'sys/arch/solbourne')
-rw-r--r-- | sys/arch/solbourne/solbourne/locore.s | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/solbourne/solbourne/locore.s b/sys/arch/solbourne/solbourne/locore.s index a19692545df..b3fab4862cb 100644 --- a/sys/arch/solbourne/solbourne/locore.s +++ b/sys/arch/solbourne/solbourne/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.4 2006/02/22 22:16:07 miod Exp $ */ +/* $OpenBSD: locore.s,v 1.5 2006/02/22 22:17:05 miod Exp $ */ /* OpenBSD: locore.s,v 1.64 2005/04/17 18:47:50 miod Exp */ /* @@ -3723,14 +3723,14 @@ ENTRY(proc_trampoline) b return_from_syscall add %l1, 4, %l2 ! npc = pc+4 -/* probeget and probeset are meant to be used during autoconfiguration */ +/* probeget is meant to be used during autoconfiguration */ /* * probeget(addr, size) caddr_t addr; int size; * - * Read or write a (byte,word,longword) from the given address. - * Like {fu,su}{byte,halfword,word} but our caller is supposed - * to know what he is doing... the address can be anywhere. + * Read a (byte,short,int) from the given address. + * Like copyin but our caller is supposed to know what he is doing... + * the address can be anywhere. * * We optimize for space, rather than time, here. */ |