mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jiri Polach <clarinet@atlas.cz>
To: John Stultz <john.stultz@linaro.org>
Cc: Jiri Polach <clarinet@atlas.cz>,
	647095@bugs.debian.org, Jonathan Nieder <jrnieder@gmail.com>,
	Ben Hutchings <ben@decadent.org.uk>,
	LKML <linux-kernel@vger.kernel.org>,
	x86@kernel.org
Subject: Re: CPU hyperthreading turned on after soft power-cycle
Date: Mon, 21 Nov 2011 22:31:44 +0100	[thread overview]
Message-ID: <4ECAC340.8090908@atlas.cz> (raw)
In-Reply-To: <1321905728.6445.2.camel@work-vm>


>>> Yea. My rough guess is that the BIOS is somehow sensitive to how the
>>> CMOS RTC is touched.
>>>
>>> Does disabling CONFIG_HPET_EMULATE_RTC change the behavior?
>>
>> But how do I do it? :-)
>>
>> I have not found a way to disable it in "menuconfig". If I comment it
>> out manually in .config, it is automatically set back to "y" as soon as
>> compilation starts ...
>
> Good point. I forgot on x86_64 you can't disable HPET_TIMER.
>
> Could you then use the following patch (and run make oldconfig before
> building).
>
> thanks
> -john
>
>
> diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
> index cb9a104..77b5273 100644
> --- a/arch/x86/Kconfig
> +++ b/arch/x86/Kconfig
> @@ -640,7 +640,7 @@ config HPET_TIMER
>   	  Choose N to continue using the legacy 8254 timer.
>
>   config HPET_EMULATE_RTC
> -	def_bool y
> +	def_bool n
>   	depends on HPET_TIMER&&  (RTC=y || RTC=m || RTC_DRV_CMOS=m || RTC_DRV_CMOS=y)
>
>   config APB_TIMER

Applying this patch does not change anything, this kernel is "bad".

Jiri Polach


  reply	other threads:[~2011-11-21 21:31 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20111030110543.5872.61279.reportbug@supermicro.uochb.cas.cz>
2011-10-30 15:25 ` Ben Hutchings
2011-10-31 13:06   ` Clarinet
2011-11-08 12:33     ` Jiri Polach
2011-11-10  1:52       ` Jonathan Nieder
2011-11-11 13:50         ` Clarinet
2011-11-16 22:49           ` Clarinet
2011-11-17 20:32             ` John Stultz
2011-11-17 23:42               ` Jiri Polach
2011-11-17 23:53                 ` John Stultz
2011-11-21 13:27                   ` Jiri Polach
2011-11-21 20:02                     ` John Stultz
2011-11-21 21:31                       ` Jiri Polach [this message]
2011-11-29  2:31                         ` John Stultz
2011-11-29 12:26                           ` Clarinet
2011-11-29 23:34                             ` John Stultz
2011-12-02 10:44                               ` Clarinet

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=4ECAC340.8090908@atlas.cz \
    --to=clarinet@atlas.cz \
    --cc=647095@bugs.debian.org \
    --cc=ben@decadent.org.uk \
    --cc=john.stultz@linaro.org \
    --cc=jrnieder@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=x86@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome