From: KOSAKI Motohiro Date: Fri, 26 Dec 2008 05:24:10 +0000 (+0900) Subject: proc: remove ifdef CONFIG_SPARSE_IRQ from stat.c X-Git-Tag: v2.6.29-rc1~550^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26ddd8d5cac8a563953d5febe8c6e40909f7bce1;p=pandora-kernel.git proc: remove ifdef CONFIG_SPARSE_IRQ from stat.c 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 Acked-by: "Yinghai Lu" Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed