• Christoph Hellwig's avatar
    [IA64] remove dead wood from asm-ia64/hardirq.h · 69b3a5ac
    Christoph Hellwig authored
    syscall_count, ksoftirqd_task, local_syscall_count, local_ksoftirqd_task
    and local_nmi_count are totally unused (and gone from other
    architectures aswell)
    
    nmi_count() is a stub only used once in arch/ia64/kernel/irq.c, so we
    can use 0 directly there.  I suspect it was added to keep irq.c in sync
    with i386, but even the CONFIG_GENERIC_HARDIRQS code (<hint>which IA64
    needs to be converted to</hint>) leaves /proc/interrupts output to the
    architecture because it's so different over the architectures.
    Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
    
    Deleted the code to print "NMI:" and a row of zeroes from irq.c -Tony
    Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
    69b3a5ac
irq.c 29.1 KB