patch-2.1.51 linux/arch/m68k/kernel/process.c

Next file: linux/arch/m68k/kernel/ptrace.c
Previous file: linux/arch/m68k/kernel/bios32.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.50/linux/arch/m68k/kernel/process.c linux/arch/m68k/kernel/process.c
@@ -65,7 +65,7 @@
 	current->priority = -100;
 	current->counter = -100;
 	for (;;){
-		if (!need_resched)
+		if (!resched_needed())
 #if defined(CONFIG_ATARI) && !defined(CONFIG_AMIGA) && !defined(CONFIG_MAC)
 			/* block out HSYNC on the atari (falcon) */
 			__asm__("stop #0x2200" : : : "cc");

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov