Source-Changes-HG archive

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

[src/trunk]: src/sys/uvm Note that uvm_fault() must NEVER EVER EVER be called...



details:   https://anonhg.NetBSD.org/src/rev/8ee7184cc026
branches:  trunk
changeset: 511770:8ee7184cc026
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Jun 26 17:27:31 2001 +0000

description:
Note that uvm_fault() must NEVER EVER EVER be called in interrupt
context.

diffstat:

 sys/uvm/uvm_fault.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1f233cc688d9 -r 8ee7184cc026 sys/uvm/uvm_fault.c
--- a/sys/uvm/uvm_fault.c       Tue Jun 26 17:10:33 2001 +0000
+++ b/sys/uvm/uvm_fault.c       Tue Jun 26 17:27:31 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_fault.c,v 1.65 2001/06/14 05:12:56 chs Exp $       */
+/*     $NetBSD: uvm_fault.c,v 1.66 2001/06/26 17:27:31 thorpej Exp $   */
 
 /*
  *
@@ -549,6 +549,7 @@
  *     gets a write lock, sets it recusive, and then calls us (c.f.
  *     uvm_map_pageable).   this should be avoided because it keeps
  *     the map locked off during I/O.
+ * => MUST NEVER BE CALLED IN INTERRUPT CONTEXT
  */
 
 #define MASK(entry)     (UVM_ET_ISCOPYONWRITE(entry) ? \



Home | Main Index | Thread Index | Old Index