Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sh3/include write through bit (SH4)
details: https://anonhg.NetBSD.org/src/rev/aaf867c12d7e
branches: trunk
changeset: 480525:aaf867c12d7e
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Fri Jan 14 16:06:11 2000 +0000
description:
write through bit (SH4)
diffstat:
sys/arch/sh3/include/pte.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 29b2a5208d06 -r aaf867c12d7e sys/arch/sh3/include/pte.h
--- a/sys/arch/sh3/include/pte.h Fri Jan 14 15:52:33 2000 +0000
+++ b/sys/arch/sh3/include/pte.h Fri Jan 14 16:06:11 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pte.h,v 1.1 1999/09/13 10:31:21 itojun Exp $ */
+/* $NetBSD: pte.h,v 1.2 2000/01/14 16:06:11 msaitoh Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -83,6 +83,10 @@
#define PG_4K 0x00000010
#define PG_G 0x00000002 /* share status */
+#ifdef SH4
+#define PG_WT 0x00000001 /* write through */
+#endif
+
#ifndef _LOCORE
#ifdef _KERNEL
/* utilities defined in pmap.c */
Home |
Main Index |
Thread Index |
Old Index