commit | e92fae064ae42b2a4a77646f7655bca4c87bb1eb | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yinghai@kernel.org> | Wed Jun 17 16:21:33 2009 -0700 |
committer | H. Peter Anvin <hpa@zytor.com> | Wed Jun 17 21:47:18 2009 -0700 |
tree | 70dd8ae1c7408cc40603e3934b56ae527b2afdd1 | |
parent | 74b602c7147212a7495879ec23fe6c2d3b470e06 [diff] |
x86: use zalloc_cpumask_var for mce_dev_initialized We need a cleared cpu_mask to record if mce is initialized, especially when MAXSMP is used. used zalloc_... instead Signed-off-by: Yinghai Lu <yinghai@kernel.org> Reviewed-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> Cc: stable@kernel.org Signed-off-by: H. Peter Anvin <hpa@zytor.com>