aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/scheduler/sched-arch.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/scheduler/sched-arch.txt')
-rw-r--r--Documentation/scheduler/sched-arch.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/scheduler/sched-arch.txt b/Documentation/scheduler/sched-arch.txt
index d43dbcb..28aa107 100644
--- a/Documentation/scheduler/sched-arch.txt
+++ b/Documentation/scheduler/sched-arch.txt
@@ -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.