Merge branch 'irq/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip

* 'irq/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
Revert "genirq: assert that irq handlers are indeed running in hardirq context"

-2
-2
kernel/irq/handle.c
··· 363 363 irqreturn_t ret, retval = IRQ_NONE; 364 364 unsigned int status = 0; 365 365 366 - WARN_ONCE(!in_irq(), "BUG: IRQ handler called from non-hardirq context!"); 367 - 368 366 if (!(action->flags & IRQF_DISABLED)) 369 367 local_irq_enable_in_hardirq(); 370 368