generic: add irq_desc in function in parameter
authorYinghai Lu <yhlu.kernel@gmail.com>
Wed, 20 Aug 2008 03:50:15 +0000 (20:50 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 16 Oct 2008 14:52:50 +0000 (16:52 +0200)
commit46926b67fc663d357a1a8174328998a9e49da0b8
tree33870a6c416bbc4d246ecfbf015a78c61943a36d
parent7d94f7ca401dd7f445fda9a971a48aa5427b3e55
generic: add irq_desc in function in parameter

So we could remove some duplicated calling to irq_desc

v2: make sure irq_desc in  init/main.c is not used without generic_hardirqs

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/irq_64.c
include/linux/irq.h
init/main.c
kernel/irq/handle.c