diff options
| author | matt <matt@NetBSD.org> | 2011-02-08 01:39:36 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2011-02-08 01:39:36 +0000 |
| commit | bb8ed7a4f370e985e4209d5630ea7cef8b268e7f (patch) | |
| tree | 0ebde7b5a7e739a61d9edefc9e488af04f7a1962 | |
| parent | 961d633699de10de34fb2eb7d6ebad9dd44a0bbe (diff) | |
BookE needs PMAP_NEEDS_PROCWR (for ptrace breakpoints)
| -rw-r--r-- | sys/arch/powerpc/include/booke/pmap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/include/booke/pmap.h b/sys/arch/powerpc/include/booke/pmap.h index 7979fc1e66b..97579598444 100644 --- a/sys/arch/powerpc/include/booke/pmap.h +++ b/sys/arch/powerpc/include/booke/pmap.h @@ -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> |
