Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/include Add flag to indicate that a process se...



details:   https://anonhg.NetBSD.org/src/rev/348fddd83141
branches:  trunk
changeset: 514763:348fddd83141
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Mon Sep 10 10:11:21 2001 +0000

description:
Add flag to indicate that a process set some mtrrs that need to be
cleaned up automatically on exit.

diffstat:

 sys/arch/i386/include/proc.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r bb9bcb057055 -r 348fddd83141 sys/arch/i386/include/proc.h
--- a/sys/arch/i386/include/proc.h      Mon Sep 10 10:10:57 2001 +0000
+++ b/sys/arch/i386/include/proc.h      Mon Sep 10 10:11:21 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: proc.h,v 1.13 2000/12/11 10:22:55 tron Exp $   */
+/*     $NetBSD: proc.h,v 1.14 2001/09/10 10:11:21 fvdl Exp $   */
 
 /*
  * Copyright (c) 1991 Regents of the University of California.
@@ -50,3 +50,4 @@
 
 /* md_flags */
 #define        MDP_USEDFPU     0x0001  /* has used the FPU */
+#define MDP_USEDMTRR   0x0002  /* has set volatile MTRRs */



Home | Main Index | Thread Index | Old Index