Laptop getting hot
Matthew Dillon
dillon at apollo.backplane.com
Mon Dec 29 18:49:11 PST 2003
:No, I didn't say that I reverted to 1.22. What I meant was
:`undo the change made in revision 1.22', or surround it by #ifdef SMP:
:
:...
: ntd = &gd->gd_idlethread;
:+#if SMP
: if (gd->gd_reqflags)
: ntd->td_flags |= TDF_IDLE_NOHLT;
:+#endif
:
:Obviously this doesn't help SMP or HTT kernel.
Ahh... there is a definitely a bug somewhere because gd_reqflags should
almost always be 0. I'll track it down.
-Matt
Matthew Dillon
<dillon at xxxxxxxxxxxxx>
More information about the Kernel
mailing list