patch-2.4.9 linux/arch/s390/kernel/process.c
Next file: linux/arch/s390/vmlinux-shared.lds
Previous file: linux/arch/s390/kernel/entry.S
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Sun Aug 12 10:38:47 2001
- Orig file:
v2.4.8/linux/arch/s390/kernel/process.c
- Orig date:
Sun Aug 12 13:27:58 2001
diff -u --recursive --new-file v2.4.8/linux/arch/s390/kernel/process.c linux/arch/s390/kernel/process.c
@@ -63,12 +63,6 @@
wait_psw.mask = _WAIT_PSW_MASK;
wait_psw.addr = (unsigned long) &&idle_wakeup | 0x80000000L;
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)