All of lore.kernel.org
 help / color / mirror / Atom feed
From: fachkar.datawind@gmail.com (f. achkar)
To: linux-arm-kernel@lists.infradead.org
Subject: incorrect panic("failed to get clock for system timer"); ??
Date: Tue, 01 Jun 2010 12:48:36 -0400	[thread overview]
Message-ID: <4C0539E4.9090501@gmail.com> (raw)

Hi,
Newbie debugging Linux-2.6.32-9 on S3C2450, the kernel seems to panic at :
s3c2410_timer_init () at arch/arm/plat-s3c/time.c:256

if (IS_ERR(timerclk))
        panic("failed to get clock for system timer");

more precisely  'if (IS_ERR(timerclk))' is non-null !?! although the
'timerclk' seem to be fine:
(gdb) print *timerclk
$27 = {list = {next = 0xc04a933c, prev = 0xc04a93ac}, owner = 0x0,
parent = 0xc04abfd4, name = 0xc042c5a1 "timers", id = -1,
  usage = 0, rate = 0, ctrlbit = 1024, enable = 0xc009631c
<s3c2443_clkcon_enable_p>, set_rate = 0, get_rate = 0,
  round_rate = 0, set_parent = 0}
(gdb) s
257            panic("failed to get clock for system timer");
(gdb) print (unsigned long)(timerclk)
$28 = 3226112884
(gdb)

I'm not sure why 'IS_ERR(timerclk)' is holding true? or is it a bug ?
thanks,
ferar

             reply	other threads:[~2010-06-01 16:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-01 16:48 f. achkar [this message]
2010-06-01 17:54 ` incorrect panic("failed to get clock for system timer"); ?? Russell King - ARM Linux

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=4C0539E4.9090501@gmail.com \
    --to=fachkar.datawind@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.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.