From: Xavier Bru <Xavier.Bru@bull.net>
To: linux-ia64@vger.kernel.org
Subject: Re: [Linux-ia64] Can't boot in SMP with kernel 2.5.50 ia64
Date: Fri, 20 Dec 2002 08:23:00 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590709805627@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590709805616@msgid-missing>
David Mosberger writes:
> >>>>> On Thu, 19 Dec 2002 08:53:06 +0100 (NFT), Xavier Bru <Xavier.Bru@bull.net> said:
>
> Xavier> Hello,
>
> Xavier> Booting 2.5.50 with David's patch, it seems we can't boot in
> Xavier> SMP on an ia64 machine. We get the message: SMP mode
> Xavier> deactivated. Problem is due to smp_prepare_cpus() declaring
> Xavier> max_cpus as "unsigned int" and testing against the -1 value.
> Xavier> Problem was not seen in 2.5.45 because max_cpus was
> Xavier> initialized to UINT_MAX.
>
> I think the test in smp_prepare_cpus() is bogus. I changed it to test
> just against 0 (as is done in the x86 version of smpboot.c).
>
> --david
Hi David,
Thanks for answering my mail.
I just changed to "int" because I saw that max_cpus can be modified at
boot time (maxcpus=...), and get_option() provides an int.
I think this is why test was done against a negative or null value.
"Joyeux Noel et Bonne Annee a tous".
--
Sincères salutations.
_____________________________________________________________________
Xavier BRU BULL ISD/R&D/INTEL office: FREC B1-422
tel : +33 (0)4 76 29 77 45 http://www-frec.bull.fr
fax : +33 (0)4 76 29 77 70 mailto:Xavier.Bru@bull.net
addr: BULL, 1 rue de Provence, BP 208, 38432 Echirolles Cedex, FRANCE
_____________________________________________________________________
prev parent reply other threads:[~2002-12-20 8:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-19 7:53 [Linux-ia64] Can't boot in SMP with kernel 2.5.50 ia64 Xavier Bru
2002-12-19 20:40 ` David Mosberger
2002-12-20 8:23 ` Xavier Bru [this message]
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=marc-linux-ia64-105590709805627@msgid-missing \
--to=xavier.bru@bull.net \
--cc=linux-ia64@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 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.