From: Rusty Russell <rusty@rustcorp.com.au>
To: Ingo Molnar <mingo@elte.hu>
Cc: Mike Travis <travis@sgi.com>,
linux-kernel@vger.kernel.org, anton@samba.org,
Arnd Bergmann <arnd@arndb.de>,
KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Subject: [PATCH 0/5] cpumask: complete CONFIG_CPUMASK_OFFSTACK
Date: Fri, 25 Jun 2010 22:33:09 +0930 [thread overview]
Message-ID: <201006252233.09944.rusty@rustcorp.com.au> (raw)
This patch series finally gets the last remaining cpumask_t in the core
kernel, and thus allows us to make 'struct cpumask' undefined in the
CONFIG_CPUMASK_OFFSTACK case. This gives us confidence that noone is
manipulating a cpumask except via the cpumask_ functions, so we can
finally short-allocate them (ie. nr_cpu_ids not NR_CPUS) for the
CONFIG_CPUMASK_OFFSTACK=y case.
This series has been tested on 32-bit only, so handle with care!
Cheers,
Rusty.
reply other threads:[~2010-06-25 13:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=201006252233.09944.rusty@rustcorp.com.au \
--to=rusty@rustcorp.com.au \
--cc=anton@samba.org \
--cc=arnd@arndb.de \
--cc=kosaki.motohiro@jp.fujitsu.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=travis@sgi.com \
/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.