diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 16:09:04 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 16:09:04 -0500 |
commit | 3d1c6d44d3f133909d1c594351c2b7c779b1d7d4 (patch) | |
tree | 744d95a5bfa7890fac16e759d5844f23420485d8 /arch/x86/kernel/irq.c | |
parent | f5264e2cb8213dad425cb2d2db564edbc443a51a (diff) |
Some cleanup of PAIwip-pai
Diffstat (limited to 'arch/x86/kernel/irq.c')
-rw-r--r-- | arch/x86/kernel/irq.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/x86/kernel/irq.c b/arch/x86/kernel/irq.c index 50abbc6b7429..433cd154333c 100644 --- a/arch/x86/kernel/irq.c +++ b/arch/x86/kernel/irq.c | |||
@@ -248,17 +248,7 @@ unsigned int __irq_entry do_IRQ(struct pt_regs *regs) | |||
248 | __func__, smp_processor_id(), vector, irq); | 248 | __func__, smp_processor_id(), vector, irq); |
249 | } | 249 | } |
250 | 250 | ||
251 | //#ifndef CONFIG_LITMUS_NVIDIA | ||
252 | irq_exit(); | 251 | irq_exit(); |
253 | //#else | ||
254 | /* skip softirqs if we're tracing an interrupt top-half */ | ||
255 | /* comment out if-statement if we want to trace with bh on. */ | ||
256 | //if(!is_interrupt_tracing_active()) | ||
257 | // irq_exit(); | ||
258 | |||
259 | |||
260 | // sched_trace_nv_interrupt_end(); | ||
261 | //#endif | ||
262 | 252 | ||
263 | set_irq_regs(old_regs); | 253 | set_irq_regs(old_regs); |
264 | return 1; | 254 | return 1; |