Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/booke include "opt_ppcparam.h" for VERBOSE_...



details:   https://anonhg.NetBSD.org/src/rev/c3e198777df7
branches:  trunk
changeset: 335164:c3e198777df7
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Sun Dec 28 14:13:56 2014 +0000

description:
include "opt_ppcparam.h" for VERBOSE_INITPPC.

diffstat:

 sys/arch/powerpc/booke/e500_tlb.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r e9a9b22bf0dd -r c3e198777df7 sys/arch/powerpc/booke/e500_tlb.c
--- a/sys/arch/powerpc/booke/e500_tlb.c Sun Dec 28 13:11:52 2014 +0000
+++ b/sys/arch/powerpc/booke/e500_tlb.c Sun Dec 28 14:13:56 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: e500_tlb.c,v 1.14 2014/12/26 11:13:05 nonaka Exp $     */
+/*     $NetBSD: e500_tlb.c,v 1.15 2014/12/28 14:13:56 nonaka Exp $     */
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -34,11 +34,13 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include "opt_ppcparam.h"
+
 #define        __PMAP_PRIVATE
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: e500_tlb.c,v 1.14 2014/12/26 11:13:05 nonaka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: e500_tlb.c,v 1.15 2014/12/28 14:13:56 nonaka Exp $");
 
 #include <sys/param.h>
 
@@ -841,6 +843,7 @@
 
        return nextslot;
 }
+
 static const struct tlb_md_ops e500_tlb_ops = {
        .md_tlb_get_asid = e500_tlb_get_asid,
        .md_tlb_set_asid = e500_tlb_set_asid,



Home | Main Index | Thread Index | Old Index