Re: [PATCH 3/3] mm: convert mm->cpu_vm_cpumask into cpumask_var_t

From: KOSAKI Motohiro
Date: Mon Apr 18 2011 - 20:19:48 EST


> Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxxxxxxx>
> ---
> Documentation/cachetlb.txt | 2 +-
> include/linux/mm_types.h | 9 ++++++---
> include/linux/sched.h | 1 +
> init/main.c | 2 ++
> kernel/fork.c | 37 ++++++++++++++++++++++++++++++++++---
> mm/init-mm.c | 1 -
> 6 files changed, 44 insertions(+), 8 deletions(-)
>
> This patch don't touch x86/kerrnel/tboot.c. because it can't be compiled.

My bad. I confounded CONFIG_HAVE_INTEL_TXT with CONFIG_INTEL_TXT. Proper
fixing (and incremental) patch is here.