mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Nick Piggin <piggin@cyberone.com.au>
To: Zwane Mwaikambo <zwane@arm.linux.org.uk>
Cc: Andrew Morton <akpm@osdl.org>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH][2.6-mm] Fix CONFIG_SMT oops on UP
Date: Sun, 25 Jan 2004 14:10:55 +1100	[thread overview]
Message-ID: <401333BF.3070500@cyberone.com.au> (raw)
In-Reply-To: <Pine.LNX.4.58.0401241907120.643@montezuma.fsmlabs.com>



Zwane Mwaikambo wrote:

>On Sat, 24 Jan 2004, Andrew Morton wrote:
>
>
>>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.
>>
>
>There was actually other breakage too, so how about;
>

Thanks very much Zwane.



      reply	other threads:[~2004-01-25  3:15 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
2004-01-25  0:10   ` Zwane Mwaikambo
2004-01-25  3:10     ` Nick Piggin [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=401333BF.3070500@cyberone.com.au \
    --to=piggin@cyberone.com.au \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --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