linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Russell \"Elik\" Rademacher" <elik@webspires.com>
To: linux-kernel@vger.kernel.org
Subject: Re[2]: HT apparently not detected properly on 2.4.23
Date: Fri, 5 Dec 2003 16:02:13 -0700	[thread overview]
Message-ID: <86101410218.20031205160213@webspires.com> (raw)
In-Reply-To: <3FD0CD65.5080307@stinkfoot.org>

Hello Ethan,

   Seems that patch of yours finally did the job of reporting it right this time around.  I had to gank a few servers of different versions and giving the webhosting customers some little inconvience of downtime of 3 to 10 minutes for the linux recompile and reboot.  And they all finally reports the number of processors correctly as it should be.

   Thanks Ethan.  I going to put it on more servers that got those and see how they all go as well.  As for the servers, they are all usually ServerWorks, Intel Chipsets of various types with Intel E1000, E100, Realtek network ports and with 3Ware or SCSI Adaptec adapters.  Got about 80 of them in various types to go though, but 5 of them I that tested it on, it all reports correctly.

   Let see if the Dell servers also report the same as well when I get though with them tonight.

Friday, December 5, 2003, 11:24:37 AM, you wrote:

Ethan Weinstein> Russell "Elik" Rademacher wrote:
>> Hmmmm.....
>> 
>>     SO someone finally realized that HT is not being detected properly
>> dispite all the boot time parameters in the lilo/grub with APIC turned on? 
>> It just seems to be a major problem since 2.4.21 version and I was hoping it
>> was resolved. :)
>> 
>>     This patch you mentioned, can you send a copy to me as well?  Just
>> want to get my clients off my back. :)
>> 
>> 

Ethan Weinstein> heheh. Welcome to linux-kernel.  Try running
Ethan Weinstein> an arch other than x86 if 
Ethan Weinstein> you _really_ like having your problems ignored =)


Ethan Weinstein> ===== arch/i386/kernel/smpboot.c 1.17 vs edited =====
Ethan Weinstein> --- 1.17/arch/i386/kernel/smpboot.c    Mon Nov  3 05:48:33 2003
Ethan Weinstein> +++ edited/arch/i386/kernel/smpboot.c    Wed Dec  3 16:45:27 2003
Ethan Weinstein> @@ -1106,7 +1106,7 @@
Ethan Weinstein>        */
Ethan Weinstein>       Dprintk("CPU present map: %lx\n", phys_cpu_present_map);

Ethan Weinstein> -    for (bit = 0; bit < NR_CPUS; bit++) {
Ethan Weinstein> +    for (bit = 0; bit < BITS_PER_LONG; bit++) {
Ethan Weinstein>           apicid = cpu_present_to_apicid(bit);
Ethan Weinstein>           /* don't try to boot BAD_APICID */





-- 
Best regards,
Russell "Elik" Rademacher
Freelance Remote System Adminstrator/Tech Support


  parent reply	other threads:[~2003-12-05 23:02 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-03 18:46 HT apparently not detected properly on 2.4.23 Ethan Weinstein
2003-12-03 19:40 ` Andre Tomt
2003-12-03 19:56   ` Mike Fedyk
2003-12-03 20:30     ` Ethan Weinstein
2003-12-03 22:40 ` William Lee Irwin III
2003-12-03 23:41   ` Ethan Weinstein
2003-12-03 23:58     ` William Lee Irwin III
2003-12-04  0:18       ` Ethan Weinstein
2003-12-05 17:12       ` Marcelo Tosatti
2003-12-05 17:48         ` William Lee Irwin III
2003-12-05 18:07           ` Re[2]: " Russell "Elik" Rademacher
     [not found]             ` <3FD0CD65.5080307@stinkfoot.org>
2003-12-05 23:02               ` Russell "Elik" Rademacher [this message]
2003-12-05 23:28                 ` Ethan Weinstein
2003-12-05 23:31                   ` Re[2]: " Russell "Elik" Rademacher
2003-12-05 23:38                     ` William Lee Irwin III
2003-12-04  0:46     ` William Lee Irwin III

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=86101410218.20031205160213@webspires.com \
    --to=elik@webspires.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 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).