]> err.no Git - linux-2.6/blobdiff - kernel/irq/handle.c
[PATCH] dvb: stv0299: fix FE_DISHNETWORK_SEND_LEGACY_CMD
[linux-2.6] / kernel / irq / handle.c
index 2fb0e46e11f390679550ebbb41852973c413b221..06b5a6323998957a268da66eb096b94fec5154ec 100644 (file)
@@ -30,6 +30,7 @@
  */
 irq_desc_t irq_desc[NR_IRQS] __cacheline_aligned = {
        [0 ... NR_IRQS-1] = {
+               .status = IRQ_DISABLED,
                .handler = &no_irq_type,
                .lock = SPIN_LOCK_UNLOCKED
        }