Module Name: src
Committed By: matt
Date: Tue Feb 8 01:39:36 UTC 2011
Modified Files:
src/sys/arch/powerpc/include/booke: pmap.h
Log Message:
BookE needs PMAP_NEEDS_PROCWR (for ptrace breakpoints)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/powerpc/include/booke/pmap.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/powerpc/include/booke/pmap.h
diff -u src/sys/arch/powerpc/include/booke/pmap.h:1.2 src/sys/arch/powerpc/include/booke/pmap.h:1.3
--- src/sys/arch/powerpc/include/booke/pmap.h:1.2 Tue Jan 18 01:02:54 2011
+++ src/sys/arch/powerpc/include/booke/pmap.h Tue Feb 8 01:39:36 2011
@@ -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>