aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/irq.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/irq.c')
-rw-r--r--arch/x86/kernel/irq.c10
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;