How mutiple cores of IMX6 quad core processor serve the perihperal interrupts

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How mutiple cores of IMX6 quad core processor serve the perihperal interrupts

791 Views
adityanagal
Contributor III

Hi ,

IMX6 quad core processor supports the multiple cores. How these cores are interfaced with the GIC and when any interrupt occurs , which core will serve the interrupt , how it is decided. Please suggest.

Regards,

Aditya Nagal

0 Kudos
2 Replies

632 Views
Yuri
NXP Employee
NXP Employee

Hello,

   Usually it is recommended to use Irqbalance utility, which is especially useful on
systems with multi-core processors, as interrupts will typically only be serviced
by the first core.

Regards,

Yuri.

0 Kudos

632 Views
Carlos_Musich
NXP Employee
NXP Employee

Hello Aditya,

in Linux only core0 handles interrupts. And the GIC is a module provided inside ARM processor so you may refer to ARM for the documentation.

ARM Information Center 


Regards,
Carlos

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos