Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/include/booke This needs to define PRIxPTE ...



details:   https://anonhg.NetBSD.org/src/rev/5f4ca8ce1a84
branches:  trunk
changeset: 338901:5f4ca8ce1a84
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Jun 16 06:51:16 2015 +0000

description:
This needs to define PRIxPTE too.

diffstat:

 sys/arch/powerpc/include/booke/cpuvar.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0ca8b73aae5b -r 5f4ca8ce1a84 sys/arch/powerpc/include/booke/cpuvar.h
--- a/sys/arch/powerpc/include/booke/cpuvar.h   Mon Jun 15 19:45:31 2015 +0000
+++ b/sys/arch/powerpc/include/booke/cpuvar.h   Tue Jun 16 06:51:16 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpuvar.h,v 1.17 2012/10/02 23:51:39 christos Exp $     */
+/*     $NetBSD: cpuvar.h,v 1.18 2015/06/16 06:51:16 matt Exp $ */
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -107,6 +107,7 @@
 #ifndef __BSD_PT_ENTRY_T
 #define __BSD_PT_ENTRY_T       __uint32_t
 typedef __BSD_PT_ENTRY_T       pt_entry_t;
+#define PRIxPTE                        PRIx32
 #endif
 
 #include <uvm/pmap/tlb.h>



Home | Main Index | Thread Index | Old Index