linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* APIC frequency too slow on HP dv5z
@ 2008-09-30 19:55 Howard Chu
  2008-10-02  8:53 ` Thomas Gleixner
  0 siblings, 1 reply; 5+ messages in thread
From: Howard Chu @ 2008-09-30 19:55 UTC (permalink / raw)
  To: linux-kernel

More often than not, on a warm boot I see something like this

msg.new:[    1.940031] Using local APIC timer interrupts.
msg.new:[    1.944031] APIC timer calibration result 466046
msg.new:[    1.944031] Detected 0.466 MHz APIC timer.
msg.new:[    1.944031] APIC frequency too slow, disabling apic timer

On cold boots it may see 12.5MHz, or may not...

[    2.000584] Using local APIC timer interrupts.
[    2.004067] APIC timer calibration result 12500236
[    2.004080] Detected 12.500 MHz APIC timer.

I haven't figured out yet what the pattern is behind the behavior. Has anyone 
else seen this kind of problem before?
-- 
   -- Howard Chu
   CTO, Symas Corp.           http://www.symas.com
   Director, Highland Sun     http://highlandsun.com/hyc/
   Chief Architect, OpenLDAP  http://www.openldap.org/project/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: APIC frequency too slow on HP dv5z
  2008-09-30 19:55 APIC frequency too slow on HP dv5z Howard Chu
@ 2008-10-02  8:53 ` Thomas Gleixner
  2008-10-02  9:05   ` Howard Chu
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Gleixner @ 2008-10-02  8:53 UTC (permalink / raw)
  To: Howard Chu; +Cc: linux-kernel

On Tue, 30 Sep 2008, Howard Chu wrote:

> More often than not, on a warm boot I see something like this
> 
> msg.new:[    1.940031] Using local APIC timer interrupts.
> msg.new:[    1.944031] APIC timer calibration result 466046
> msg.new:[    1.944031] Detected 0.466 MHz APIC timer.
> msg.new:[    1.944031] APIC frequency too slow, disabling apic timer
> 
> On cold boots it may see 12.5MHz, or may not...
> 
> [    2.000584] Using local APIC timer interrupts.
> [    2.004067] APIC timer calibration result 12500236
> [    2.004080] Detected 12.500 MHz APIC timer.
> 
> I haven't figured out yet what the pattern is behind the behavior. Has anyone
> else seen this kind of problem before?

Hmm, strange. Which kernel version ? 

Thanks,

	tglx

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: APIC frequency too slow on HP dv5z
  2008-10-02  8:53 ` Thomas Gleixner
@ 2008-10-02  9:05   ` Howard Chu
  2008-10-02  9:13     ` Thomas Gleixner
  0 siblings, 1 reply; 5+ messages in thread
From: Howard Chu @ 2008-10-02  9:05 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: linux-kernel

Thomas Gleixner wrote:
> On Tue, 30 Sep 2008, Howard Chu wrote:
>
>> More often than not, on a warm boot I see something like this
>>
>> msg.new:[    1.940031] Using local APIC timer interrupts.
>> msg.new:[    1.944031] APIC timer calibration result 466046
>> msg.new:[    1.944031] Detected 0.466 MHz APIC timer.
>> msg.new:[    1.944031] APIC frequency too slow, disabling apic timer
>>
>> On cold boots it may see 12.5MHz, or may not...
>>
>> [    2.000584] Using local APIC timer interrupts.
>> [    2.004067] APIC timer calibration result 12500236
>> [    2.004080] Detected 12.500 MHz APIC timer.
>>
>> I haven't figured out yet what the pattern is behind the behavior. Has anyone
>> else seen this kind of problem before?
>
> Hmm, strange. Which kernel version ?

I only started paying attention recently. 2.6.27-rc4 thru rc7 for sure. I'm 
running rc7 right now, that's what those log snippets are from.

-- 
   -- Howard Chu
   CTO, Symas Corp.           http://www.symas.com
   Director, Highland Sun     http://highlandsun.com/hyc/
   Chief Architect, OpenLDAP  http://www.openldap.org/project/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: APIC frequency too slow on HP dv5z
  2008-10-02  9:05   ` Howard Chu
@ 2008-10-02  9:13     ` Thomas Gleixner
  2008-10-02 22:56       ` Howard Chu
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Gleixner @ 2008-10-02  9:13 UTC (permalink / raw)
  To: Howard Chu; +Cc: linux-kernel

On Thu, 2 Oct 2008, Howard Chu wrote:
> Thomas Gleixner wrote:
> > On Tue, 30 Sep 2008, Howard Chu wrote:
> > 
> > > More often than not, on a warm boot I see something like this
> > > 
> > > msg.new:[    1.940031] Using local APIC timer interrupts.
> > > msg.new:[    1.944031] APIC timer calibration result 466046
> > > msg.new:[    1.944031] Detected 0.466 MHz APIC timer.
> > > msg.new:[    1.944031] APIC frequency too slow, disabling apic timer
> > > 
> > > On cold boots it may see 12.5MHz, or may not...
> > > 
> > > [    2.000584] Using local APIC timer interrupts.
> > > [    2.004067] APIC timer calibration result 12500236
> > > [    2.004080] Detected 12.500 MHz APIC timer.
> > > 
> > > I haven't figured out yet what the pattern is behind the behavior. Has
> > > anyone
> > > else seen this kind of problem before?
> > 
> > Hmm, strange. Which kernel version ?
> 
> I only started paying attention recently. 2.6.27-rc4 thru rc7 for sure. I'm
> running rc7 right now, that's what those log snippets are from.

Ok. Can you please add apic=verbose to the kernel command line so we
get more detailed info about that ?

Thanks,

	tglx

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: APIC frequency too slow on HP dv5z
  2008-10-02  9:13     ` Thomas Gleixner
@ 2008-10-02 22:56       ` Howard Chu
  0 siblings, 0 replies; 5+ messages in thread
From: Howard Chu @ 2008-10-02 22:56 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: linux-kernel

Thomas Gleixner wrote:
> On Thu, 2 Oct 2008, Howard Chu wrote:
>> Thomas Gleixner wrote:
>>> On Tue, 30 Sep 2008, Howard Chu wrote:
>>>
>>>> More often than not, on a warm boot I see something like this
>>>>
>>>> msg.new:[    1.940031] Using local APIC timer interrupts.
>>>> msg.new:[    1.944031] APIC timer calibration result 466046
>>>> msg.new:[    1.944031] Detected 0.466 MHz APIC timer.
>>>> msg.new:[    1.944031] APIC frequency too slow, disabling apic timer
>>>>
>>>> On cold boots it may see 12.5MHz, or may not...
>>>>
>>>> [    2.000584] Using local APIC timer interrupts.
>>>> [    2.004067] APIC timer calibration result 12500236
>>>> [    2.004080] Detected 12.500 MHz APIC timer.
>>>>
>>>> I haven't figured out yet what the pattern is behind the behavior. Has
>>>> anyone
>>>> else seen this kind of problem before?
>>> Hmm, strange. Which kernel version ?
>> I only started paying attention recently. 2.6.27-rc4 thru rc7 for sure. I'm
>> running rc7 right now, that's what those log snippets are from.
>
> Ok. Can you please add apic=verbose to the kernel command line so we
> get more detailed info about that ?

OK. Of course since you asked for it, the problem refused to show up. It took 
about a dozen reboots before it appeared again. And then it took 3-4 reboots 
to make it go away. Full dmesg output is here:
	http://www.highlandsun.com/hyc/msg.rc7.bad.gz
	http://www.highlandsun.com/hyc/msg.rc7.ok.gz

-- 
   -- Howard Chu
   CTO, Symas Corp.           http://www.symas.com
   Director, Highland Sun     http://highlandsun.com/hyc/
   Chief Architect, OpenLDAP  http://www.openldap.org/project/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-10-02 22:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-30 19:55 APIC frequency too slow on HP dv5z Howard Chu
2008-10-02  8:53 ` Thomas Gleixner
2008-10-02  9:05   ` Howard Chu
2008-10-02  9:13     ` Thomas Gleixner
2008-10-02 22:56       ` Howard Chu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).