patch-2.4.6 linux/arch/ppc/kernel/time.c
Next file: linux/arch/ppc/kernel/traps.c
Previous file: linux/arch/ppc/kernel/smp.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Jun 11 19:15:27 2001
- Orig file:
v2.4.5/linux/arch/ppc/kernel/time.c
- Orig date:
Mon May 21 17:04:47 2001
diff -u --recursive --new-file v2.4.5/linux/arch/ppc/kernel/time.c linux/arch/ppc/kernel/time.c
@@ -1,5 +1,5 @@
/*
- * BK Id: SCCS/s.time.c 1.15 05/17/01 18:14:22 cort
+ * BK Id: SCCS/s.time.c 1.18 06/06/01 22:33:09 paulus
*/
/*
* Common time routines among all ppc machines.
@@ -210,6 +210,10 @@
ppc_md.heartbeat();
hardirq_exit(cpu);
+
+ if (softirq_pending(cpu))
+ do_softirq();
+
return 1; /* lets ret_from_int know we can do checks */
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)