commit | c7fb03a475bd80c642c1345d85c7c550f63514b8 | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yhlu.kernel@gmail.com> | Tue Aug 19 20:50:12 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Oct 16 16:52:33 2008 +0200 |
tree | 575978fa259a52209f00d5bfaacb4d162caef0d3 | |
parent | 2c6927a38f65b53b62f86158fba29a068c4e8b6a [diff] |
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 <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>