commit | fae176d6e03578fee7cfe948ff9ae81bf7ea0ef0 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jirislaby@gmail.com> | Mon Mar 02 10:53:58 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Mar 02 11:20:34 2009 +0100 |
tree | e60e0fd6fa7c61f451c78f0334e36f45977f3ae3 | |
parent | 0edc0b324a37c4bf9e13f3194f2f45c677808792 [diff] |
x86_32: apic/summit_32, fix cpu_mask_to_apicid Perform same-cluster checking even for masks with all (nr_cpu_ids) bits set and report correct apicid on success instead. While at it, convert it to for_each_cpu and newer cpumask api. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>