Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc64/sparc64 update a commit slightly.



details:   https://anonhg.NetBSD.org/src/rev/1be61419ac3e
branches:  trunk
changeset: 473462:1be61419ac3e
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Jun 05 05:08:25 1999 +0000

description:
update a commit slightly.

diffstat:

 sys/arch/sparc64/sparc64/locore.s |  12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diffs (33 lines):

diff -r 6619a09474ef -r 1be61419ac3e sys/arch/sparc64/sparc64/locore.s
--- a/sys/arch/sparc64/sparc64/locore.s Sat Jun 05 05:05:11 1999 +0000
+++ b/sys/arch/sparc64/sparc64/locore.s Sat Jun 05 05:08:25 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.39 1999/05/30 19:13:34 eeh Exp $  */
+/*     $NetBSD: locore.s,v 1.40 1999/06/05 05:08:25 mrg Exp $  */
 /*
  * Copyright (c) 1996, 1997, 1998 Eduardo Horvath
  * Copyright (c) 1996 Paul Kranenburg
@@ -7672,7 +7672,10 @@
  */
        
 /*
- * probeget(asi, addr, size) caddr_t addr; int asi size;
+ * probeget(asi, addr, size)
+ *     int asi;
+ *     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
@@ -7702,7 +7705,10 @@
         STPTR  %g0, [%o3 + PCB_ONFAULT]
 
 /*
- * probeset(asi, addr, size, val) caddr_t addr; int asi size, val;
+ * probeset(asi, addr, size, val)
+ *     int asi;
+ *     caddr_t addr;
+ *     int size, val;
  *
  * As above, but we return 0 on success.
  */



Home | Main Index | Thread Index | Old Index