Module Name:    src
Committed By:   macallan
Date:           Thu Jan  9 12:51:27 UTC 2014

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

Log Message:
allow non-SUN4V kernels to build


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 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.107 src/sys/arch/sparc64/include/cpu.h:1.108
--- src/sys/arch/sparc64/include/cpu.h:1.107	Tue Jan  7 20:11:35 2014
+++ src/sys/arch/sparc64/include/cpu.h	Thu Jan  9 12:51:27 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpu.h,v 1.107 2014/01/07 20:11:35 palle Exp $ */
+/*	$NetBSD: cpu.h,v 1.108 2014/01/09 12:51:27 macallan Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -174,11 +174,10 @@ struct cpu_info {
 	pte_t			*ci_tsb_dmmu;
 	pte_t			*ci_tsb_immu;
 
-#ifdef SUN4V
+	/* this field is used by SUN4V */
 	/* MMU Fault Status Area. Will be initialized to the physical
 	   address of the bottom of the interrupt stack */
 	paddr_t			ci_mmfsa;
-#endif
 	
 	/* probe fault in PCI config space reads */
 	bool			ci_pci_probe;

Reply via email to