CPU shielding
From Wikipedia, the free encyclopedia
This article is about real-time computing. For other uses, see Radiation hardening.
| This article is an orphan, as few or no other articles link to it. Please introduce links to this page from related articles; suggestions may be available. (May 2008) |
|
|
This article needs attention from an expert on the subject. See the talk page for details. WikiProject Computing or the Computing Portal may be able to help recruit an expert. (November 2008) |
CPU shielding is a practice where on a multiprocessor system or on a CPU with multiple cores, real-time tasks can run on one CPU or core while non-real-time tasks run on another.
The operating system must be able to set a CPU affinity for both processes and interrupts.
[edit] Kernel space
In Linux in order to shield CPUs from individual interrupts being serviced on them you have to make sure that the following kernel configuration parameter is set:
- CONFIG_IRQBALANCE
[edit] See also
[edit] External links
| This operating system-related article is a stub. You can help Wikipedia by expanding it. |