trivial: Remove unused ipiBroadcast function
This commit is contained in:
parent
b2086f54e1
commit
4fb42436f7
1 changed files with 0 additions and 5 deletions
|
|
@ -192,11 +192,6 @@ BOOT_CODE void cpu_initLocalIRQController(void)
|
|||
* 3-0: SGIINTID
|
||||
* software generated interrupt id, from 0 to 15...
|
||||
*/
|
||||
void ipiBroadcast(irq_t irq, bool_t includeSelfCPU)
|
||||
{
|
||||
gic_dist->sgi_control = (!includeSelfCPU << GICD_SGIR_TARGETLISTFILTER_SHIFT) | (irq << GICD_SGIR_SGIINTID_SHIFT);
|
||||
}
|
||||
|
||||
void ipi_send_target(irq_t irq, word_t cpuTargetList)
|
||||
{
|
||||
if (config_set(CONFIG_PLAT_TX2)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue