Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/include sun4v: Update description of the ci...



details:   https://anonhg.NetBSD.org/src/rev/a2845a73e062
branches:  trunk
changeset: 325859:a2845a73e062
user:      palle <palle%NetBSD.org@localhost>
date:      Thu Jan 09 20:28:23 2014 +0000

description:
sun4v: Update description of the ci_mmfsa field in the cpu_info structure

diffstat:

 sys/arch/sparc64/include/cpu.h |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (26 lines):

diff -r 15a9cfcf26ff -r a2845a73e062 sys/arch/sparc64/include/cpu.h
--- a/sys/arch/sparc64/include/cpu.h    Thu Jan 09 20:13:54 2014 +0000
+++ b/sys/arch/sparc64/include/cpu.h    Thu Jan 09 20:28:23 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.108 2014/01/09 12:51:27 macallan Exp $ */
+/*     $NetBSD: cpu.h,v 1.109 2014/01/09 20:28:23 palle Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -174,11 +174,12 @@
        pte_t                   *ci_tsb_dmmu;
        pte_t                   *ci_tsb_immu;
 
-       /* this field is used by SUN4V */
-       /* MMU Fault Status Area. Will be initialized to the physical
-          address of the bottom of the interrupt stack */
+       /* MMU Fault Status Area (sun4v).
+        * Will be initialized to the physical address of the bottom of
+        * the interrupt stack.
+        */
        paddr_t                 ci_mmfsa;
-       
+
        /* probe fault in PCI config space reads */
        bool                    ci_pci_probe;
        bool                    ci_pci_fault;



Home | Main Index | Thread Index | Old Index