History log of /arch/sh/kernel/irq_64.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
31b37c73c56b4129ff22436af97b77719a4db852 27-Oct-2010 Paul Mundt <lethal@linux-sh.org> sh64: update for IRQ flag handling naming changes.

irq_32.c was updated for the new API, while irq_64.c was overlooked. This
syncs them up and gets things building again.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
/arch/sh/kernel/irq_64.c
3f375f12ecb9c691dda70bb64b313e55fe6ee4ee 26-Oct-2009 Matt Fleming <matt@console-pimps.org> sh: Annotate irq functions with "notrace"

Now that SH's irqflags functions are out of line it becomes necessary to
mark them as "notrace" so that we don't try to trace them.

[ Do the same for irq_64.c -- PFM. ]

Signed-off-by: Matt Fleming <matt@console-pimps.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
/arch/sh/kernel/irq_64.c
03fdb708926d5df2d9b9e62222c1666e20caa9e3 17-Oct-2009 Paul Mundt <lethal@linux-sh.org> sh: Convert to asm-generic/irqflags.h.

This simplifies the irqflags support by switching over to the asm-generic
version. The necessary support functions are brought out-of-line for both
SHcompact and SHmedia instruction sets.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
/arch/sh/kernel/irq_64.c