]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - Documentation/RCU/NMI-RCU.txt
autofs4: collect version check return
[linux-2.6-omap-h63xx.git] / Documentation / RCU / NMI-RCU.txt
index c64158ecde4371bd79b7fc9f43753fee50084546..a6d32e65d222bbea68cba1c133db87c459c99dec 100644 (file)
@@ -93,6 +93,9 @@ Since NMI handlers disable preemption, synchronize_sched() is guaranteed
 not to return until all ongoing NMI handlers exit.  It is therefore safe
 to free up the handler's data as soon as synchronize_sched() returns.
 
+Important note: for this to work, the architecture in question must
+invoke irq_enter() and irq_exit() on NMI entry and exit, respectively.
+
 
 Answer to Quick Quiz