Re: Won't Power down (Was: More about 2.4.3 timer problems)

Eric Gillespie (viking@flying-brick.caverock.net.nz)
Thu, 19 Apr 2001 07:30:33 +1200 (NZST)


On Tue, 17 Apr 2001, Andrew Morton wrote:

:viking wrote:
:>
:> Incidentally, Andrew, thanks for that patch.
:
:My brain is fading. Which patch was that?

Gee! 8-) and you suggested it to me! It was the patch against 2.4.3-pre6
which corrected the system clock slowing down, due to the interrupts being
disabled for too long in framebuffer mode. Well, it worked! I'm using it now,
and as I mentioned in the past email, my only trouble now is the non-powering
down of the machine.

Ah well, again, thanks for monitoring.And here's a few lines to add to that
patch too...your patch had neglected to turn on printk for all modules, and
when I compiled my kernel, that was fine, but my modules couldn't see
printk()!

--- linux-2.4.3-pre6/kernel/Makefile Sun Apr 15 20:00:00 2001
+++ lk/kernel/Makefile Sun Apr 15 21:00:00 2001
@@ -12,1 +12,1 @@

- export-objs = signal.o sys.o kmod.o context.o ksyms.o pm.o
+ export-objs = signal.o sys.o kmod.o context.o ksyms.o pm.o printk.o

Thanks again.

-- 
 /|   _,.:*^*:.,   |\           Cheers from the Viking family, 
| |_/'  viking@ `\_| |            including Pippin, our cat
|    flying-brick    | $FunnyMail  Bilbo   : Now far ahead the Road has gone,
 \_.caverock.net.nz_/     5.39    in LOTR  : Let others follow it who can!

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