Move arm_gic_bind() out of the #ifdef SMP block to fix compile errors in
the not-SMP case. This is safe because arm_irq_next_cpu() will return
the cpuid of the current/only core in the not-SMP case.
Submitted by: Bartosz Szczepanek @ semihalf
Move arm_gic_bind() out of the #ifdef SMP block to fix compile errors in Tags None Referenced Files None Subscribers None
Description
Details
|