sched: Add #ifdef around irq time accounting functions
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Fri, 25 Feb 2011 13:32:28 +0000 (14:32 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 25 Feb 2011 13:39:48 +0000 (14:39 +0100)
commit7e9498705e810404ecf29bb2d6fa632b9484c609
tree4eacabd8f6b1851d3745a39e0674f23b2c1a2ec3
parent511f67a5997c4967c69a3961e2fc9f04d8d244ac
sched: Add #ifdef around irq time accounting functions

Get rid of this:

 kernel/sched.c:3731:13: warning: 'irqtime_account_idle_ticks' defined but not used
 kernel/sched.c:3732:13: warning: 'irqtime_account_process_tick' defined but not used

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Venkatesh Pallipadi <venki@google.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <20110225133228.GD7469@osiris.boeblingen.de.ibm.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c