kernel-ark/arch/blackfin/mach-bf561
David Howells 3b139cdb37 Blackfin: Rename IRQ flags handling functions
Rename h/w IRQ flags handling functions to be in line with what is expected for
the irq renaming patch.  This renames local_*_hw() to hard_local_*() using the
following perl command:

	perl -pi -e 's/local_irq_(restore|enable|disable)_hw/hard_local_irq_\1/ or s/local_irq_save_hw([_a-z]*)[(]flags[)]/flags = hard_local_irq_save\1()/' `find arch/blackfin/ -name "*.[ch]"`

and then fixing up asm/irqflags.h manually.

Additionally, arch/hard_local_save_flags() and arch/hard_local_irq_save() both
return the flags rather than passing it through the argument list.

Signed-off-by: David Howells <dhowells@redhat.com>
2010-10-07 14:08:52 +01:00
..
boards BFIN: Fix gen_nand probe structures contents 2010-08-12 12:17:32 +01:00
include/mach Blackfin: Rename IRQ flags handling functions 2010-10-07 14:08:52 +01:00
atomic.S Blackfin: work around testset anomaly 05000477 2009-11-25 02:35:39 -05:00
coreb.c Blackfin: coreb: switched to unlocked_ioctl 2009-12-15 00:14:21 -05:00
dma.c Blackfin: mass clean up of copyright/licensing info 2009-10-07 04:36:26 -04:00
hotplug.c Blackfin: SMP: add PM/CPU hotplug support 2010-03-09 00:30:48 -05:00
ints-priority.c Blackfin: mass clean up of copyright/licensing info 2009-10-07 04:36:26 -04:00
Kconfig Blackfin: add support for gptimer0 as a tick source 2009-06-12 06:11:37 -04:00
Makefile Blackfin: SMP: add PM/CPU hotplug support 2010-03-09 00:30:48 -05:00
secondary.S Blackfin: SMP: add PM/CPU hotplug support 2010-03-09 00:30:48 -05:00
smp.c Blackfin: SMP: add PM/CPU hotplug support 2010-03-09 00:30:48 -05:00