]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
rcu: Fix pathnames in documentation
authorWanlong Gao <wanlong.gao@gmail.com>
Mon, 13 Jun 2011 17:21:33 +0000 (10:21 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 10 Aug 2011 02:28:28 +0000 (19:28 -0700)
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>
Documentation/RCU/NMI-RCU.txt

index 84e4f9c4b03bfac57a0e09045e0cd1adeb57ef67..687777f83b2371d4bd24e5d7abff88d7cf90a5d8 100644 (file)
@@ -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.