linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* controling on witch cpu part of module code exectue
@ 2007-01-07 15:11 Yitzchak Eidus
  0 siblings, 0 replies; only message in thread
From: Yitzchak Eidus @ 2007-01-07 15:11 UTC (permalink / raw)
  To: linux-kernel

i am writing a module that have to make use in the vmx operations,
to enable vmx operations i have to set bit 13 (vmxe bit) in the
control registetr cr4 to 1.
doing so in a uni cpu platform is not a problem, the question is what
to do when working on smp system?
to make all the cpus in the smp system support the vmx operations i
have to set the that bit in cr4 in each one of them to 1.
running the code servel times might always run on just one cpu and
therefor not set any other cpu cr4 register to this value.
what i ask is:how to control in dynamic runtime on witch cpu ~parts~
of the code will run...
(the question isnt about if there is a simpler way to set up all the
cr4 registers in smp system, but it is more interesting to me how to
control in dynamic runtime on witch cpu code will exectue in kernel
mode)
thanks!

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-01-07 15:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-07 15:11 controling on witch cpu part of module code exectue Yitzchak Eidus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).