Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-26 | sh: Annotate irq functions with "notrace" | Matt Fleming | |
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> | |||
2009-10-17 | sh: Convert to asm-generic/irqflags.h. | Paul Mundt | |
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> |