Scheduling instructions from userspace.

Jones D (djones2@glam.ac.uk)
Wed, 22 Sep 1999 16:00:51 +0100


Hi all,

Is it possible to force an assembly instruction to execute
on a specific CPU in a userspace app ?
If not, I guess it'll have to be done using an insertable kernel
module with a routine such as..

for number_of_CPUs {
scheduling magic to switch to desired CPU
instruction
}

Any pointers on how to write the scheduling part ?

regards,

Dave.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/