kernel: remove lingering irq_connect_dynamic() references

This API no longer exists.

Change-Id: I724bee8c0ebfbbe2d47c00c7645977d817bbcd36
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2016-09-22 11:20:26 -07:00
commit 325cae5c94
8 changed files with 7 additions and 44 deletions

View file

@ -124,15 +124,6 @@ int _ioapic_init(struct device *unused)
*
* ((__IoApicGet(IOAPIC_VERS) & IOAPIC_MRE_MASK) >> 16) + 1
*/
/*
* Initialize the redirection table entries with default settings;
* actual interrupt vectors are specified during irq_connect_dynamic().
*
* A future enhancement should make this initialization "table driven":
* use data provided by the platform to specify the initial state
*/
rteValue = IOAPIC_EDGE | IOAPIC_HIGH | IOAPIC_FIXED | IOAPIC_INT_MASK |
IOAPIC_PHYSICAL | 0 /* dummy vector */;

View file

@ -285,10 +285,7 @@ static int _loapic_init(struct device *unused)
*
* @brief Set the vector field in the specified RTE
*
* This routine is utilized by the interrupt controller's
* _interrupt_vector_allocate() routine (which exists to support the
* irq_connect_dynamic() API). Once a vector has been allocated, this routine
* is invoked to update the LVT entry associated with <irq> with the vector.
* This associates an IRQ with the desired vector in the IDT.
*
* @return N/A
*/