DragonFly kernel List (threaded) for 2003-12
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: Laptop getting hot
: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@xxxxxxxxxxxxx>
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]