mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Fix a mistake that crept in when moving between git and svn, pic_ipi_send
should not be called from platform_mp_init_secondary. Sponsored by: ABT Systems Ltd
This commit is contained in:
parent
73465ff7c7
commit
6daa2c8751
1 changed files with 0 additions and 1 deletions
|
|
@ -103,5 +103,4 @@ platform_mp_init_secondary(void)
|
|||
{
|
||||
|
||||
intr_pic_init_secondary();
|
||||
pic_ipi_send(cpus, ipi);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue