Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mvme68k/include s/schedcpu_percpu/schedstate_percpu/



details:   https://anonhg.NetBSD.org/src/rev/0f9cb3669419
branches:  trunk
changeset: 486662:0f9cb3669419
user:      scw <scw%NetBSD.org@localhost>
date:      Sat May 27 14:25:00 2000 +0000

description:
s/schedcpu_percpu/schedstate_percpu/

diffstat:

 sys/arch/mvme68k/include/cpu.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 36560584a62d -r 0f9cb3669419 sys/arch/mvme68k/include/cpu.h
--- a/sys/arch/mvme68k/include/cpu.h    Sat May 27 13:51:38 2000 +0000
+++ b/sys/arch/mvme68k/include/cpu.h    Sat May 27 14:25:00 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.14 2000/05/26 21:19:58 thorpej Exp $ */
+/*     $NetBSD: cpu.h,v 1.15 2000/05/27 14:25:00 scw Exp $     */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -58,7 +58,7 @@
 
 #include <sys/sched.h>
 struct cpu_info {
-       struct schedcpu_percpu ci_schedstate; /* scheduler state */
+       struct schedstate_percpu ci_schedstate; /* scheduler state */
 #if defined(DIAGNOSTIC) || defined(LOCKDEBUG)
        u_long ci_spin_locks;           /* # of spin locks held */
        u_long ci_simple_locks;         /* # of simple locks held */



Home | Main Index | Thread Index | Old Index