Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/ia64/include PR port-ia64/51261
details: https://anonhg.NetBSD.org/src/rev/86b7d8458e99
branches: trunk
changeset: 346883:86b7d8458e99
user: scole <scole%NetBSD.org@localhost>
date: Fri Aug 05 17:02:59 2016 +0000
description:
PR port-ia64/51261
Sync with FreeBSD, no functional changes
diffstat:
sys/arch/ia64/include/pte.h | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r 649f592c8adf -r 86b7d8458e99 sys/arch/ia64/include/pte.h
--- a/sys/arch/ia64/include/pte.h Fri Aug 05 17:01:56 2016 +0000
+++ b/sys/arch/ia64/include/pte.h Fri Aug 05 17:02:59 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pte.h,v 1.2 2012/12/27 15:58:55 martin Exp $ */
+/* $NetBSD: pte.h,v 1.3 2016/08/05 17:02:59 scole Exp $ */
/*-
* Copyright (c) 2001 Doug Rabson
@@ -25,7 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: releng/10.1/sys/ia64/include/pte.h 137978 2004-11-21 21:40:08Z marcel $
*/
#ifndef _MACHINE_PTE_H_
@@ -45,7 +45,6 @@
#define PTE_PL_KERN 0x0000000000000000
#define PTE_PL_USER 0x0000000000000180
#define PTE_AR_MASK 0x0000000000000E00
-
#define PTE_AR_R 0x0000000000000000
#define PTE_AR_RX 0x0000000000000200
#define PTE_AR_RW 0x0000000000000400
@@ -95,7 +94,6 @@
uint64_t chain; /* pa of collision chain */
};
-
/*
* Layout of rr[x].
*/
Home |
Main Index |
Thread Index |
Old Index