Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nathanw_sa]: src/sys/arch/powerpc/include A little more LWP.
details: https://anonhg.NetBSD.org/src/rev/1fdcfd0aa782
branches: nathanw_sa
changeset: 506132:1fdcfd0aa782
user: nathanw <nathanw%NetBSD.org@localhost>
date: Tue Aug 06 23:28:29 2002 +0000
description:
A little more LWP.
diffstat:
sys/arch/powerpc/include/userret.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 51264397d391 -r 1fdcfd0aa782 sys/arch/powerpc/include/userret.h
--- a/sys/arch/powerpc/include/userret.h Tue Aug 06 23:06:50 2002 +0000
+++ b/sys/arch/powerpc/include/userret.h Tue Aug 06 23:28:29 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: userret.h,v 1.2.2.3 2002/08/06 22:59:39 nathanw Exp $ */
+/* $NetBSD: userret.h,v 1.2.2.4 2002/08/06 23:28:29 nathanw Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -78,7 +78,7 @@
* cpu, we need to stop any data streams that are active (since
* it will be a different address space).
*/
- if (ci->ci_vecproc != NULL && ci->ci_vecproc != l) {
+ if (ci->ci_veclwp != NULL && ci->ci_veclwp != l) {
__asm __volatile("dssall;sync");
}
#endif
Home |
Main Index |
Thread Index |
Old Index