patch-2.1.22 linux/arch/i386/kernel/irq.c
Next file: linux/arch/i386/kernel/setup.c
Previous file: linux/arch/i386/defconfig
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Thu Jan 16 04:33:35 1997
- Orig file:
v2.1.21/linux/arch/i386/kernel/irq.c
- Orig date:
Sun Nov 10 20:12:08 1996
diff -u --recursive --new-file v2.1.21/linux/arch/i386/kernel/irq.c linux/arch/i386/kernel/irq.c
@@ -285,7 +285,7 @@
for (j=0;j<smp_num_cpus;j++)
len+=sprintf(buf+len, "%10d ",
int_count[cpu_logical_map[j]][i]);
- len += sprintf(buf+len, "%c %s\n",
+ len += sprintf(buf+len, "%c %s",
(action->flags & SA_INTERRUPT) ? '+' : ' ',
action->name);
for (action=action->next; action; action = action->next) {
@@ -293,6 +293,7 @@
(action->flags & SA_INTERRUPT) ? " +" : "",
action->name);
}
+ len += sprintf(buf+len, "\n");
}
len+=sprintf(buf+len, "LCK: %10lu",
sum_spins);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov