]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Documentation/scheduler/sched-arch.txt
Merge remote-tracking branches 'asoc/fix/audmux', 'asoc/fix/cs42l52', 'asoc/fix/fsl...
[karo-tx-linux.git] / Documentation / scheduler / sched-arch.txt
index 9290de7034504186a1fedbd9a60ad3690abbfed6..a2f27bbf2cba1e863fa4a6baf92af2bfeb8a1806 100644 (file)
@@ -8,7 +8,7 @@ Context switch
 By default, the switch_to arch function is called with the runqueue
 locked. This is usually not a problem unless switch_to may need to
 take the runqueue lock. This is usually due to a wake up operation in
-the context switch. See arch/ia64/include/asm/system.h for an example.
+the context switch. See arch/ia64/include/asm/switch_to.h for an example.
 
 To request the scheduler call switch_to with the runqueue unlocked,
 you must `#define __ARCH_WANT_UNLOCKED_CTXSW` in a header file