From: Richard Brunelle <rbrunelle@envitech.com>
To: linux-kernel@vger.kernel.org
Subject: Calibrating delay crash
Date: Mon, 08 Nov 2004 11:42:03 -0500 [thread overview]
Message-ID: <418FA1DB.4060207@envitech.com> (raw)
(please put me in CC when replying)
I'm having trouble booting a PentiumMMX @ 266 MHz board with 64 Mbytes
of RAM. The kernel crashes while in the main.c/calibrate_delay function.
It never boot, sometimes it fails and reboot, sometimes a page fault
occured. I tried with the kernels 2.4.21, 2.4.26 and 2.6.7 with the same
results.
I notice that if I return before the calibration loop, the system boots
fine. This has been tried only for testing.
void __init calibrate_delay(void)
{
unsigned long ticks, loopbit;
int lps_precision = LPS_PREC;
loops_per_jiffy = (1<<12);
return; <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
printk("Calibrating delay loop... ");
....
I look in the archive and one post points to a memory problem, I ran
memtest86 with no error found. Now I wonder what can cause this problem,
is it a hardware issue/timing? What can I do to investigate more? How
the calibrate_delay loop can crash the kernel?
Thanks.
reply other threads:[~2004-11-08 17:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=418FA1DB.4060207@envitech.com \
--to=rbrunelle@envitech.com \
--cc=linux-kernel@vger.kernel.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.