Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/include/arm32 Add a PVF_EXEC -- we don't use it...
details: https://anonhg.NetBSD.org/src/rev/082528024a2c
branches: trunk
changeset: 535079:082528024a2c
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Aug 09 23:08:39 2002 +0000
description:
Add a PVF_EXEC -- we don't use it yet, though.
diffstat:
sys/arch/arm/include/arm32/pmap.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r f09ee8da7b61 -r 082528024a2c sys/arch/arm/include/arm32/pmap.h
--- a/sys/arch/arm/include/arm32/pmap.h Fri Aug 09 22:43:15 2002 +0000
+++ b/sys/arch/arm/include/arm32/pmap.h Fri Aug 09 23:08:39 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.55 2002/07/31 17:34:24 thorpej Exp $ */
+/* $NetBSD: pmap.h,v 1.56 2002/08/09 23:08:39 thorpej Exp $ */
/*
* Copyright (c 2002 Wasabi Systems, Inc.
@@ -159,7 +159,8 @@
#define PVF_REF 0x02 /* page is referenced */
#define PVF_WIRED 0x04 /* mapping is wired */
#define PVF_WRITE 0x08 /* mapping is writable */
-#define PVF_NC 0x10 /* mapping is non-cacheable */
+#define PVF_EXEC 0x10 /* mapping is executable */
+#define PVF_NC 0x20 /* mapping is non-cacheable */
/*
* Commonly referenced structures
Home |
Main Index |
Thread Index |
Old Index