public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Mark Lord <lkml@rtr.ca>
To: tglx@linutronix.de
Cc: Daniel Walker <dwalker@mvista.com>,
	Linux Kernel <linux-kernel@vger.kernel.org>,
	Linus Torvalds <torvalds@osdl.org>
Subject: Re: [BUG] 2.6.21: Kernel won't boot with either/both	of	CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS
Date: Tue, 01 May 2007 09:33:17 -0400	[thread overview]
Message-ID: <4637419D.8010303@rtr.ca> (raw)
In-Reply-To: <1178026458.5791.305.camel@localhost.localdomain>

Thomas Gleixner wrote:
> Mark,
> 
> On Mon, 2007-04-30 at 20:02 -0400, Mark Lord wrote:
>> When it does boot with the modified .config file,
>> the log looks like the one attached to this email.
> 
> Can you please send me the output of /proc/timer_list ?

Timer List Version: v0.3
HRTIMER_MAX_CLOCK_BASES: 2
now at 3232363876949 nsecs

cpu: 0
 clock 0:
  .index:      0
  .resolution: 1 nsecs
  .get_time:   ktime_get_real
  .offset:     1178023146733550511 nsecs
active timers:
 clock 1:
  .index:      1
  .resolution: 1 nsecs
  .get_time:   ktime_get
  .offset:     0 nsecs
active timers:
 #0: <f59f9f08>, tick_sched_timer, S:01
 # expires at 3232378000000 nsecs [in 14123051 nsecs]
 #1: <f59f9f08>, hrtimer_wakeup, S:01
 # expires at 3232578819129 nsecs [in 214942180 nsecs]
 #2: <f59f9f08>, hrtimer_wakeup, S:01
 # expires at 3232837692081 nsecs [in 473815132 nsecs]
 #3: <f59f9f08>, hrtimer_wakeup, S:01
 # expires at 3232838775084 nsecs [in 474898135 nsecs]
 #4: <f59f9f08>, it_real_fn, S:01
 # expires at 3233259312183 nsecs [in 895435234 nsecs]
 #5: <f59f9f08>, it_real_fn, S:01
 # expires at 3239124320054 nsecs [in 6760443105 nsecs]
 #6: <f59f9f08>, it_real_fn, S:01
 # expires at 3258112325550 nsecs [in 25748448601 nsecs]
  .expires_next   : 3232378000000 nsecs
  .hres_active    : 1
  .nr_events      : 599408
  .nohz_mode      : 2
  .idle_tick      : 3232362000000 nsecs
  .tick_stopped   : 1
  .idle_jiffies   : 2932361
  .idle_calls     : 1273043
  .idle_sleeps    : 992602
  .idle_entrytime : 3232361030233 nsecs
  .idle_sleeptime : 2944519354264 nsecs
  .last_jiffies   : 2932361
  .next_jiffies   : 2932378
  .idle_expires   : 3232378000000 nsecs
jiffies: 2932363

cpu: 1
 clock 0:
  .index:      0
  .resolution: 1 nsecs
  .get_time:   ktime_get_real
  .offset:     1178023146733550511 nsecs
active timers:
 clock 1:
  .index:      1
  .resolution: 1 nsecs
  .get_time:   ktime_get
  .offset:     0 nsecs
active timers:
 #0: <f59f9f08>, tick_sched_timer, S:01
 # expires at 3232364000000 nsecs [in 123051 nsecs]
 #1: <f59f9f08>, hrtimer_wakeup, S:01
 # expires at 3233992031032 nsecs [in 1628154083 nsecs]
  .expires_next   : 3232364000000 nsecs
  .hres_active    : 1
  .nr_events      : 291166
  .nohz_mode      : 2
  .idle_tick      : 3232355000000 nsecs
  .tick_stopped   : 0
  .idle_jiffies   : 2932354
  .idle_calls     : 619531
  .idle_sleeps    : 478589
  .idle_entrytime : 3232354988977 nsecs
  .idle_sleeptime : 3049656284766 nsecs
  .last_jiffies   : 2932354
  .next_jiffies   : 2932358
  .idle_expires   : 3232358000000 nsecs
jiffies: 2932363


Tick Device: mode:     1
Clock Event Device: hpet
 max_delta_ns:   2147483647
 min_delta_ns:   3352
 mult:           61496110
 shift:          32
 mode:           3
 next_event:     3232378000000 nsecs
 set_next_event: hpet_next_event
 set_mode:       hpet_set_mode
 event_handler:  tick_handle_oneshot_broadcast
tick_broadcast_mask: 00000003
tick_broadcast_oneshot_mask: 00000001


Tick Device: mode:     1
Clock Event Device: lapic
 max_delta_ns:   807210821
 min_delta_ns:   1443
 mult:           44633684
 shift:          32
 mode:           1
 next_event:     3232378000000 nsecs
 set_next_event: lapic_next_event
 set_mode:       lapic_timer_setup
 event_handler:  hrtimer_interrupt

Tick Device: mode:     1
Clock Event Device: lapic
 max_delta_ns:   807210821
 min_delta_ns:   1443
 mult:           44633684
 shift:          32
 mode:           3
 next_event:     3232365000000 nsecs
 set_next_event: lapic_next_event
 set_mode:       lapic_timer_setup
 event_handler:  hrtimer_interrupt


  reply	other threads:[~2007-05-01 13:33 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-30 20:17 [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS Mark Lord
2007-04-30 20:19 ` Mark Lord
2007-04-30 20:37   ` Mark Lord
2007-04-30 23:36     ` Mark Lord
2007-04-30 23:45       ` Thomas Gleixner
2007-04-30 23:46       ` Daniel Walker
2007-05-01  0:02         ` Mark Lord
2007-05-01  0:07           ` Michal Piotrowski
2007-05-01  0:11             ` Mark Lord
2007-05-01  0:13               ` Daniel Walker
2007-05-01  3:33                 ` Mark Lord
2007-05-01  4:32                   ` Daniel Walker
2007-05-01  4:34                   ` Daniel Walker
2007-05-01 13:34           ` Thomas Gleixner
2007-05-01 13:33             ` Mark Lord [this message]
2007-05-01 13:34               ` Mark Lord
2007-05-01 13:48                 ` Thomas Gleixner
2007-05-01 14:13                   ` Mark Lord
2007-05-01 14:26                     ` Michal Piotrowski
2007-05-01 14:41                       ` Mark Lord
2007-05-01 15:24                     ` Thomas Gleixner
2007-05-01 16:31                       ` Mark Lord
2007-05-01 16:42                         ` Daniel Walker
2007-05-01 15:57                     ` Thomas Gleixner
2007-05-01 16:52                       ` Mark Lord
2007-05-02  7:47                         ` Thomas Gleixner
2007-05-02  8:05                           ` Andrew Morton
2007-05-02 12:53                             ` Mark Lord
2007-05-02 15:40                             ` Thomas Gleixner
2007-05-02 22:29                               ` Mark Lord
2007-05-02 22:41                                 ` Thomas Gleixner
2007-05-03  2:29                                   ` Mark Lord
2007-05-08 18:46                                     ` Mark Lord

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=4637419D.8010303@rtr.ca \
    --to=lkml@rtr.ca \
    --cc=dwalker@mvista.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --cc=torvalds@osdl.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox