From: Grant Grundler <grundler@puffin.external.hp.com>
To: Helge Deller <deller@gmx.de>
Cc: parisc-linux@lists.parisc-linux.org
Subject: [parisc-linux] Re: two minor c3k bugs
Date: Fri, 30 Nov 2001 23:11:07 -0700 [thread overview]
Message-ID: <200112010611.XAA11815@puffin.external.hp.com> (raw)
In-Reply-To: Message from Helge Deller <deller@gmx.de> of "Fri, 30 Nov 2001 09:46:04 +0100." <200111300843.BAA03660@puffin.external.hp.com>
Helge Deller wrote:
> Forwarded to the list, since it may be of interest for others too:
>
sure.
> On Friday 30 November 2001 08:43, Grant Grundler wrote:
...
> Hmm, I still have 2.4.16-pa4 here and it definately shows
> "2.4.16-pa4" for me. Maybe a SMP problem ?
No. I only build UP kernels for the C3k.
> You could try to double the size of the udelay() parameter
> in lcd_print to see if it cures your problem.
After a reboot it worked fine. Could be a timing problem.
Since I can't reproduce it reliably and it's minor, I'm not
going to chase this. Someday when I get bored and ate too much
chocolate (dark, organic, Belgian from Trader Joe's), I might
try to run IRC on the LCD... ;^)
...
> Currently I use "kill_proc(1, SIGINT, 0);" to kill the init-process -
> which is normally a reboot-command and gives the above messages.
Ok. that makes sense.
> That's AFAICS not the right solution, but nfortunately I don't know
> how to do it correct right now.
./kernel/sys.c: printk(KERN_EMERG "Power down.\n");
That chunk of code seems to do the right thing:
case LINUX_REBOOT_CMD_POWER_OFF:
notifier_call_chain(&reboot_notifier_list, SYS_POWER_OFF, NULL);
printk(KERN_EMERG "Power down.\n");
machine_power_off();
do_exit(0);
break;
I know that msg since I regularly "powerdown" my c3k.
Perhaps replicate that code?
cheers,
grant
next parent reply other threads:[~2001-12-01 6:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200111300843.BAA03660@puffin.external.hp.com>
2001-12-01 6:11 ` Grant Grundler [this message]
2001-12-02 22:46 ` [parisc-linux] Re: two minor c3k bugs Helge Deller
[not found] <200111300743.AAA03588@puffin.external.hp.com>
2001-11-30 8:46 ` Helge Deller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200112010611.XAA11815@puffin.external.hp.com \
--to=grundler@puffin.external.hp.com \
--cc=deller@gmx.de \
--cc=parisc-linux@lists.parisc-linux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.