x86: Remove obsolete IOAPIC initialization comment
Change-Id: I26d75e36191f348598a807f5f943de99cc3bcf67 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
a8f3110905
commit
503dd66334
1 changed files with 0 additions and 5 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue