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 BookE needs PMAP_NEEDS_PROCWR...



details:   https://anonhg.NetBSD.org/src/rev/bfefd9e39d66
branches:  trunk
changeset: 761796:bfefd9e39d66
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Feb 08 01:39:36 2011 +0000

description:
BookE needs PMAP_NEEDS_PROCWR (for ptrace breakpoints)

diffstat:

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

diffs (17 lines):

diff -r c546644b58d5 -r bfefd9e39d66 sys/arch/powerpc/include/booke/pmap.h
--- a/sys/arch/powerpc/include/booke/pmap.h     Tue Feb 08 01:38:48 2011 +0000
+++ b/sys/arch/powerpc/include/booke/pmap.h     Tue Feb 08 01:39:36 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.2 2011/01/18 01:02:54 matt Exp $    */
+/*     $NetBSD: pmap.h,v 1.3 2011/02/08 01:39:36 matt Exp $    */
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -46,6 +46,7 @@
 #include <powerpc/booke/cpuvar.h>
 
 #define        PMAP_MD_NOCACHE         0x01000000
+#define        PMAP_NEED_PROCWR
 
 #include <powerpc/booke/pte.h>
 



Home | Main Index | Thread Index | Old Index