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

True, but locks are not only needed inside IRQ handler routines.