commit | 44581a28e805a31661469c4b466b9cd14b36e7b6 | [log] [tgz] |
---|---|---|
author | Brian Gerst <brgerst@gmail.com> | Sun Feb 08 09:58:40 2009 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Feb 09 10:30:30 2009 +0100 |
tree | 090a4259cf5812a234b3dafcb626d20dae078558 | |
parent | 2add8e235cbe0dcd672c33fc322754e15500238c [diff] |
x86: fix abuse of per_cpu_offset Impact: bug fix Don't use per_cpu_offset() to determine if it valid to access a per-cpu variable for a given cpu number. It is not a valid assumption on x86-64 anymore. Use cpu_possible() instead. Signed-off-by: Brian Gerst <brgerst@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>