From: Yinghai Lu Date: Wed, 20 Aug 2008 03:50:12 +0000 (-0700) Subject: irq, fs/proc: replace loop with nr_irqs for proc/stat X-Git-Tag: v2.6.28-rc1~80^2~137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7fb03a475bd80c642c1345d85c7c550f63514b8;p=pandora-kernel.git irq, fs/proc: replace loop with nr_irqs for proc/stat Replace another nr_irqs loop to avoid the allocation of all sparse irq entries - use for_each_irq_desc instead. v2: make sure arch without GENERIC_HARDIRQS works too Signed-off-by: Yinghai Lu Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed