[<prev] [next>] [day] [month] [year] [list]
Message-Id: <201006252233.09944.rusty@rustcorp.com.au>
Date: Fri, 25 Jun 2010 22:33:09 +0930
From: Rusty Russell <rusty@...tcorp.com.au>
To: Ingo Molnar <mingo@...e.hu>
Cc: Mike Travis <travis@....com>, linux-kernel@...r.kernel.org,
anton@...ba.org, Arnd Bergmann <arnd@...db.de>,
KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>
Subject: [PATCH 0/5] cpumask: complete CONFIG_CPUMASK_OFFSTACK
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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists