Some more small changes for x86 in preparation of larger cpumask changes.
* Introduce the cpumask_of_cpu_map via Kconfig option
* Modify show_shared_cpu_map in intel_cacheinfo.c to use
cpulist_scnprintf() instead of cpumask_scnprintf(). This
eliminates the need for the new function cpumask_scnprintf_len().
Based on:
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Signed-off-by: Mike Travis <travis@sgi.com>
--
--