From c846e2aab0bf8e6023c167fcbcbbbbec6de031e7 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Thu, 5 May 2011 20:06:23 +0000 Subject: [PATCH] Remove wrong comment. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41329 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/kernel/arch/x86/irq_routing_table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/kernel/arch/x86/irq_routing_table.h b/src/system/kernel/arch/x86/irq_routing_table.h index efe4a820f0..72da807533 100644 --- a/src/system/kernel/arch/x86/irq_routing_table.h +++ b/src/system/kernel/arch/x86/irq_routing_table.h @@ -30,7 +30,7 @@ typedef Vector IRQRoutingTable; struct irq_descriptor { irq_descriptor(); - // bit 0 is interrupt 0, bit 2 is interrupt 2, and so on + uint8 irq; bool shareable; // B_LOW_ACTIVE_POLARITY or B_HIGH_ACTIVE_POLARITY