x86: Remove obsolete IOAPIC initialization comment

Change-Id: I26d75e36191f348598a807f5f943de99cc3bcf67
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-08-06 11:04:55 -04:00 committed by Anas Nashif
commit 503dd66334

View file

@ -159,11 +159,6 @@ static int pc_init(struct device *arg)
picInit(); /* NOP if not needed */ picInit(); /* NOP if not needed */
loapicInit(); /* NOP if not needed */ loapicInit(); /* NOP if not needed */
/*
* IOAPIC is initialized with empty interrupt list
* If there is a device connected to IOAPIC, the initialization
* has to be changed to _IoApicInit (1 << DEV1_IRQ | 1 << DEV2_IRQ)
*/
ioapicInit(); /* NOP if not needed */ ioapicInit(); /* NOP if not needed */
consoleInit(); /* NOP if not needed */ consoleInit(); /* NOP if not needed */
bluetooth_init(); /* NOP if not needed */ bluetooth_init(); /* NOP if not needed */