Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Change type of cpu_uvm to struct uvm_cpu *



details:   https://anonhg.NetBSD.org/src/rev/fd4af286a059
branches:  trunk
changeset: 802173:fd4af286a059
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Sep 05 05:45:34 2014 +0000

description:
Change type of cpu_uvm to struct uvm_cpu *

diffstat:

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

diffs (18 lines):

diff -r 5221d11561b6 -r fd4af286a059 sys/sys/cpu_data.h
--- a/sys/sys/cpu_data.h        Fri Sep 05 05:44:50 2014 +0000
+++ b/sys/sys/cpu_data.h        Fri Sep 05 05:45:34 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu_data.h,v 1.37 2014/05/25 15:34:19 rmind Exp $      */
+/*     $NetBSD: cpu_data.h,v 1.38 2014/09/05 05:45:34 matt Exp $       */
 
 /*-
  * Copyright (c) 2004, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -98,7 +98,7 @@
        uint64_t        cpu_nintr;              /* interrupt count */
        uint64_t        cpu_nsoft;              /* soft interrupt count */
        uint64_t        cpu_nfault;             /* pagefault counter */
-       void            *cpu_uvm;               /* uvm per-cpu data */
+       struct uvm_cpu  *cpu_uvm;               /* uvm per-cpu data */
        void            *cpu_softcpu;           /* soft interrupt table */
        TAILQ_HEAD(,buf) cpu_biodone;           /* finished block xfers */
        percpu_cpu_t    cpu_percpu;             /* per-cpu data */



Home | Main Index | Thread Index | Old Index