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 allow non-SUN4V kernels to build



details:   https://anonhg.NetBSD.org/src/rev/f511b319c0a9
branches:  trunk
changeset: 792590:f511b319c0a9
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu Jan 09 12:51:27 2014 +0000

description:
allow non-SUN4V kernels to build

diffstat:

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

diffs (22 lines):

diff -r d0879608807c -r f511b319c0a9 sys/arch/sparc64/include/cpu.h
--- a/sys/arch/sparc64/include/cpu.h    Thu Jan 09 11:31:12 2014 +0000
+++ b/sys/arch/sparc64/include/cpu.h    Thu Jan 09 12:51:27 2014 +0000
@@ -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 @@
        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;



Home | Main Index | Thread Index | Old Index