Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sh5/include sh5_setasid() now returns the value of ...
details: https://anonhg.NetBSD.org/src/rev/cb2e151cbf8f
branches: trunk
changeset: 536254:cb2e151cbf8f
user: scw <scw%NetBSD.org@localhost>
date: Thu Sep 12 12:35:00 2002 +0000
description:
sh5_setasid() now returns the value of the previous ASID.
diffstat:
sys/arch/sh5/include/conreg.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 826e862c176d -r cb2e151cbf8f sys/arch/sh5/include/conreg.h
--- a/sys/arch/sh5/include/conreg.h Thu Sep 12 12:33:10 2002 +0000
+++ b/sys/arch/sh5/include/conreg.h Thu Sep 12 12:35:00 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: conreg.h,v 1.2 2002/08/26 10:34:43 scw Exp $ */
+/* $NetBSD: conreg.h,v 1.3 2002/09/12 12:35:00 scw Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@@ -108,7 +108,7 @@
return ((u_int)rv);
}
-extern void sh5_setasid(u_int);
+extern u_int sh5_setasid(u_int);
#endif
#endif /* _SH5_CONREG_H */
Home |
Main Index |
Thread Index |
Old Index