From: Andrew Morton <akpm@osdl.org>
To: Zwane Mwaikambo <zwane@arm.linux.org.uk>
Cc: linux-kernel@vger.kernel.org, piggin@cyberone.com.au
Subject: Re: [PATCH][2.6-mm] Fix CONFIG_SMT oops on UP
Date: Sat, 24 Jan 2004 15:39:10 -0800 [thread overview]
Message-ID: <20040124153910.2421e35a.akpm@osdl.org> (raw)
In-Reply-To: <Pine.LNX.4.58.0401241303070.26103@montezuma.fsmlabs.com>
Zwane Mwaikambo <zwane@arm.linux.org.uk> wrote:
>
> + cpu_sibling_map[0] = CPU_MASK_NONE;
alas, this will not compile with NR_CPUS > 4*BITS_PER_LONG because this:
#define CPU_MASK_NONE { {[0 ... CPU_ARRAY_SIZE-1] = 0UL} }
is not a suitable rhs - it can only be used for initalisers. Fixing this
would be appreciated.
Meanwhile, I'll use cpus_clear() in there.
next prev parent reply other threads:[~2004-01-24 23:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-24 18:12 Zwane Mwaikambo
2004-01-24 23:39 ` Andrew Morton [this message]
2004-01-25 0:10 ` Zwane Mwaikambo
2004-01-25 3:10 ` Nick Piggin
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=20040124153910.2421e35a.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=piggin@cyberone.com.au \
--cc=zwane@arm.linux.org.uk \
/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