summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorWanlong Gao <wanlong.gao@gmail.com>2011-06-13 10:21:33 -0700
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2011-06-21 23:21:30 -0700
commit28fcad28752eca165a2419005b58897780ce6d48 (patch)
tree3f3d2ef90f9bcb4ac5ca96b4324e63b01beba5df /Documentation
parent26c6f49e807b417c32ebee1500cdcc2ced3a2072 (diff)
rcu: Fix pathnames in documentation
The old "arch/i386" has long since become "arch/x86", so fix the RCU documentation accordingly. Signed-off-by: Wanlong Gao <wanlong.gao@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RCU/NMI-RCU.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/RCU/NMI-RCU.txt b/Documentation/RCU/NMI-RCU.txt
index 84e4f9c4b03b..687777f83b23 100644
--- a/Documentation/RCU/NMI-RCU.txt
+++ b/Documentation/RCU/NMI-RCU.txt
@@ -5,8 +5,8 @@ Although RCU is usually used to protect read-mostly data structures,
it is possible to use RCU to provide dynamic non-maskable interrupt
handlers, as well as dynamic irq handlers. This document describes
how to do this, drawing loosely from Zwane Mwaikambo's NMI-timer
-work in "arch/i386/oprofile/nmi_timer_int.c" and in
-"arch/i386/kernel/traps.c".
+work in "arch/x86/oprofile/nmi_timer_int.c" and in
+"arch/x86/kernel/traps.c".
The relevant pieces of code are listed below, each followed by a
brief explanation.