patch-2.4.9 linux/arch/s390x/kernel/process.c

Next file: linux/arch/s390x/vmlinux-shared.lds
Previous file: linux/arch/s390x/kernel/linux32.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.8/linux/arch/s390x/kernel/process.c linux/arch/s390x/kernel/process.c
@@ -63,12 +63,6 @@
 	wait_psw.mask = _WAIT_PSW_MASK;
 	wait_psw.addr = (unsigned long) &&idle_wakeup;
 	while(1) {
-                if (softirq_pending(smp_processor_id())) {
-                        do_softirq();
-                        __sti();
-                        if (!current->need_resched)
-                                continue;
-                }
                 if (current->need_resched) {
                         schedule();
                         check_pgt_cache();

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)