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 Use pmap_segtab_t



details:   https://anonhg.NetBSD.org/src/rev/547679e5e5a7
branches:  trunk
changeset: 780051:547679e5e5a7
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Jul 09 17:48:31 2012 +0000

description:
Use pmap_segtab_t

diffstat:

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

diffs (18 lines):

diff -r b68a9160593f -r 547679e5e5a7 sys/arch/powerpc/include/booke/pmap.h
--- a/sys/arch/powerpc/include/booke/pmap.h     Mon Jul 09 17:45:22 2012 +0000
+++ b/sys/arch/powerpc/include/booke/pmap.h     Mon Jul 09 17:48:31 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.9 2012/03/29 15:44:40 matt Exp $    */
+/*     $NetBSD: pmap.h,v 1.10 2012/07/09 17:48:31 matt Exp $   */
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -71,7 +71,7 @@
 #define        KERNEL_PID      0
 
 #define        PMAP_TLB_NUM_PIDS               256
-#define        PMAP_INVALID_SEGTAB_ADDRESS     ((struct pmap_segtab *)0xfeeddead)
+#define        PMAP_INVALID_SEGTAB_ADDRESS     ((pmap_segtab_t *)0xfeeddead)
 
 #define        pmap_phys_address(x)            (x)
 



Home | Main Index | Thread Index | Old Index