]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[IA64] minor irq handler cleanups
authorJeff Garzik <jeff@garzik.org>
Fri, 18 Apr 2008 23:22:58 +0000 (19:22 -0400)
committerTony Luck <tony.luck@intel.com>
Tue, 22 Apr 2008 15:56:58 +0000 (08:56 -0700)
commit9010eff0eadfe4eb60c3f0c71573f0fc505c31e3
treed4c6b2f81f6677bf0e457089e5bdd7449070d666
parent4fa2f0e672ba16b55a34ecfa514ccd92e226d3d4
[IA64] minor irq handler cleanups

- remove unused 'irq' argument from pfm_do_interrupt_handler()

- remove pointless cast to void*

- add KERN_xxx prefix to printk()

- remove braces around singleton C statement

- in tioce_provider.c, start tioce_dma_consistent() and
  tioce_error_intr_handler() function declarations in column 0

This change's main purpose is to prepare for the patchset in
jgarzik/misc-2.6.git#irq-remove, that explores removal of the
never-used 'irq' argument in each interrupt handler.

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/perfmon.c
arch/ia64/sn/kernel/huberror.c
arch/ia64/sn/pci/tioce_provider.c