[patch] [sched] entry.S offset fix, 2.5.3-pre5.

Ingo Molnar (mingo@elte.hu)
Fri, 25 Jan 2002 15:24:07 +0100 (CET)


the attached patch (from Robert Love) fixes the 'processor' offset in
entry.S. While the stock kernel does not use it currently, the preemptive
kernel patches use it.

Ingo

--- linux/arch/i386/kernel/entry.S.orig Sat Nov 3 02:18:49 2001
+++ linux/arch/i386/kernel/entry.S Fri Jan 25 12:06:36 2002
@@ -77,7 +77,7 @@
exec_domain = 16
need_resched = 20
tsk_ptrace = 24
-processor = 52
+cpu = 32

ENOSYS = 38

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/