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 s/cpu_switch/cpu_switchto/ in comment.
details: https://anonhg.NetBSD.org/src/rev/313a514d786a
branches: trunk
changeset: 750676:313a514d786a
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Jan 10 15:07:53 2010 +0000
description:
s/cpu_switch/cpu_switchto/ in comment.
diffstat:
sys/arch/sparc64/sparc64/pmap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r efe80a01fc54 -r 313a514d786a sys/arch/sparc64/sparc64/pmap.c
--- a/sys/arch/sparc64/sparc64/pmap.c Sun Jan 10 15:05:26 2010 +0000
+++ b/sys/arch/sparc64/sparc64/pmap.c Sun Jan 10 15:07:53 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.245 2009/12/05 22:02:53 mrg Exp $ */
+/* $NetBSD: pmap.c,v 1.246 2010/01/10 15:07:53 skrll Exp $ */
/*
*
* Copyright (C) 1996-1999 Eduardo Horvath.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.245 2009/12/05 22:02:53 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.246 2010/01/10 15:07:53 skrll Exp $");
#undef NO_VCACHE /* Don't forget the locked TLB in dostart */
#define HWREF
@@ -1436,7 +1436,7 @@
}
/*
- * This is essentially the same thing that happens in cpu_switch()
+ * This is essentially the same thing that happens in cpu_switchto()
* when the newly selected process is about to run, except that we
* have to make sure to clean the register windows before we set
* the new context.
Home |
Main Index |
Thread Index |
Old Index