commit | ee031c31d6381d004bfd386c2e45821211507499 | [log] [tgz] |
---|---|---|
author | Andi Kleen <andi@firstfloor.org> | Thu Feb 12 13:49:34 2009 +0100 |
committer | H. Peter Anvin <hpa@zytor.com> | Tue Feb 24 13:26:05 2009 -0800 |
tree | 91f5dd04b594bccae8e89eb52dff4ba0eea5041e | |
parent | 8457c84d68678cbfd4167a9073b89da58e48c037 [diff] |
x86, mce, cmci: use polled banks bitmap in machine check poller Define a per cpu bitmap that contains the banks polled by the machine check poller. This is needed for the CMCI code in the next patches to be able to disable polling on specific banks. The bank by default contains all banks, so there is no behaviour change. Only future code will remove some banks from the polling set. Signed-off-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>