Module Name:    src
Committed By:   palle
Date:           Thu Jan  9 20:28:24 UTC 2014

Modified Files:
        src/sys/arch/sparc64/include: cpu.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/sys/arch/sparc64/include/cpu.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sparc64/include/cpu.h
diff -u src/sys/arch/sparc64/include/cpu.h:1.108 src/sys/arch/sparc64/include/cpu.h:1.109
--- src/sys/arch/sparc64/include/cpu.h:1.108	Thu Jan  9 12:51:27 2014
+++ src/sys/arch/sparc64/include/cpu.h	Thu Jan  9 20:28:23 2014
@@ -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 @@ struct cpu_info {
 	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;

Reply via email to