From: Hugh Dickins Date: Mon, 9 Feb 2009 19:20:50 +0000 (+0000) Subject: profiling: fix broken profiling regression X-Git-Tag: v2.6.29-rc5~35^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acd895795d35d7c6405f20301a846d16998795ec;p=pandora-kernel.git profiling: fix broken profiling regression Impact: fix broken /proc/profile on UP machines Commit c309b917cab55799ea489d7b5f1b77025d9f8462 "cpumask: convert kernel/profile.c" broke profiling. prof_cpu_mask was previously initialized to CPU_MASK_ALL, but left uninitialized in that commit. We need to copy cpu_possible_mask (cpu_online_mask is not enough). Signed-off-by: Hugh Dickins Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed