patch-2.4.0-test6 linux/arch/ia64/kernel/irq.c

Next file: linux/arch/ia64/mm/init.c
Previous file: linux/arch/ia64/kernel/ia64_ksyms.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test5/linux/arch/ia64/kernel/irq.c linux/arch/ia64/kernel/irq.c
@@ -60,8 +60,6 @@
  * interrupt controllers, without having to do assembly magic.
  */
 
-irq_cpustat_t irq_stat [NR_CPUS];
-
 /*
  * Controller mappings for all interrupt sources:
  */
@@ -162,7 +160,7 @@
 	p += sprintf(p, "NMI: ");
 	for (j = 0; j < smp_num_cpus; j++)
 		p += sprintf(p, "%10u ",
-			nmi_counter(cpu_logical_map(j)));
+			nmi_count(cpu_logical_map(j)));
 	p += sprintf(p, "\n");
 #if defined(CONFIG_SMP) && defined(__i386__)
 	p += sprintf(p, "LOC: ");

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