]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - Documentation/scheduler/sched-arch.txt
doc: fix wrong arch/i386 references
[karo-tx-linux.git] / Documentation / scheduler / sched-arch.txt
index d43dbcbd163b4d45e3479614149c780b5e12778f..28aa1075e291c40e832db64a113e8328ff6b2a06 100644 (file)
@@ -66,7 +66,7 @@ Your cpu_idle routines need to obey the following rules:
            barrier issued (followed by a test of need_resched with
            interrupts disabled, as explained in 3).
 
-arch/i386/kernel/process.c has examples of both polling and
+arch/x86/kernel/process.c has examples of both polling and
 sleeping idle functions.