Y
Hacker News
new
|
ask
|
show
|
jobs
by
cogman10
213 days ago
On most multicore systems you can pin the IRQ handling to a single core. Pinning locking interrupts to a single core would be how you handle this.
1 comments
colonwqbang
211 days ago
True, but locks are not only needed inside IRQ handler routines.
link