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:
f9af0e7
)
proc: remove ifdef CONFIG_SPARSE_IRQ from stat.c
author
KOSAKI Motohiro
<kosaki.motohiro@jp.fujitsu.com>
Fri, 26 Dec 2008 05:24:10 +0000
(14:24 +0900)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 26 Dec 2008 08:48:18 +0000
(09:48 +0100)
Impact: cleanup
irq_desc can be NULL when CONFIG_SPARSE_IRQ=y only.
therefore, NULL checking can move into kstat_irqs_cpu() of SPARSE_IRQ version.
Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Acked-by: "Yinghai Lu" <yinghai@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found