Source-Changes-HG archive

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

[src/trunk]: src/sys/sys update comment to match reality: sparc64 uses mi_us...



details:   https://anonhg.NetBSD.org/src/rev/a051dd225470
branches:  trunk
changeset: 565111:a051dd225470
user:      cl <cl%NetBSD.org@localhost>
date:      Mon Mar 29 21:15:03 2004 +0000

description:
update comment to match reality:  sparc64 uses mi_userret

diffstat:

 sys/sys/userret.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9b57821f22e6 -r a051dd225470 sys/sys/userret.h
--- a/sys/sys/userret.h Mon Mar 29 20:56:24 2004 +0000
+++ b/sys/sys/userret.h Mon Mar 29 21:15:03 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: userret.h,v 1.3 2004/01/02 18:52:17 cl Exp $ */
+/* $NetBSD: userret.h,v 1.4 2004/03/29 21:15:03 cl Exp $ */
 
 /*-
  * Copyright (c) 1998, 2000, 2003 The NetBSD Foundation, Inc.
@@ -76,7 +76,7 @@
  * Define the MI code needed before returning to user mode, for
  * trap and syscall.
  * XXX The following ports don't use this yet:
- * XXX   pc532 sparc sparc64 vax
+ * XXX   pc532 sparc vax
  */
 static __inline void
 mi_userret(struct lwp *l)



Home | Main Index | Thread Index | Old Index