Linux has 'cpu hotplug' feature of enabling/disabling a cpu .
I want disable one of the computers' cpus from a C program , so my question is - how? is it possible ?
Here I found the following :
Q: How do i logically offline a CPU?
A: Do the following: #echo 0 > /sys/devices/system/cpu/cpuX/online
Coudlnt find anything about system calls though in this document , so hopefully someone can shed some light about this, Thanks !