git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a38148
)
genirq: fix devres.o build for GENERIC_HARDIRQS=n
author
Thomas Gleixner
<tglx@linutronix.de>
Wed, 25 Mar 2009 16:33:38 +0000
(17:33 +0100)
committer
Thomas Gleixner
<tglx@linutronix.de>
Wed, 25 Mar 2009 16:33:38 +0000
(17:33 +0100)
kernel/irq/devres.c is built by sparc (32bit) and m68k via the obscure
../../../kernel/irq/devres.o reference in arch/[sparc/m68k]/kernel/Makefile
To avoid ifdeffery in devres.c provide request_threaded_irq as an
inline for these users.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
No differences found