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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

800 次查看
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 项奖励
2 回复数

641 次查看
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 项奖励

641 次查看
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 项奖励