From 3c4a8701d6ec347cd38c2b56237898f24f795c75 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Tue, 10 May 2011 07:31:55 +0000 Subject: [PATCH] Remove comment that does no longer apply. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41413 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/kernel/arch/x86/irq_routing_table.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/system/kernel/arch/x86/irq_routing_table.cpp b/src/system/kernel/arch/x86/irq_routing_table.cpp index 180065cab0..7aead229ae 100644 --- a/src/system/kernel/arch/x86/irq_routing_table.cpp +++ b/src/system/kernel/arch/x86/irq_routing_table.cpp @@ -247,9 +247,6 @@ configure_link_devices(acpi_module_info* acpi, IRQRoutingTable& routingTable, links.PushBack(link); } - // TODO: Blindly set the first possible configuration (obviously not what we - // want to do as it will most probably result in a "everything to single - // IRQ" config; anyway just to get things going...) for (int i = 0; i < links.Count(); i++) { link_device* link = links.ElementAt(i);