patch-2.3.10 linux/arch/i386/kernel/irq.h
Next file: linux/arch/i386/kernel/process.c
Previous file: linux/arch/i386/defconfig
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Jul 7 09:22:14 1999
- Orig file:
v2.3.9/linux/arch/i386/kernel/irq.h
- Orig date:
Tue Jun 22 14:43:14 1999
diff -u --recursive --new-file v2.3.9/linux/arch/i386/kernel/irq.h linux/arch/i386/kernel/irq.h
@@ -238,7 +238,7 @@
*/
static inline void x86_do_profile (unsigned long eip)
{
- if (prof_buffer && current->pid) {
+ if (prof_buffer) {
eip -= (unsigned long) &_stext;
eip >>= prof_shift;
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)