Possible Duplicate:
How do interrupts in multicore/multicpu machines work?
what is interrupted by a hardware interrupt? one particular CPU core execution or all CPUs in the system?
The CPU is i7 or Xeon X3450
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A hardware interrupt interrupts a single core, depending on SMP affinity. It doesn’t have to be the same core always, i.e. you can process a network packet in a core, and the next one in another core.