diff options
author | Brian Gerst <brgerst@gmail.com> | 2009-02-08 09:58:40 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-09 10:30:30 +0100 |
commit | 44581a28e805a31661469c4b466b9cd14b36e7b6 (patch) | |
tree | 090a4259cf5812a234b3dafcb626d20dae078558 /drivers/net/natsemi.c | |
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>
Diffstat (limited to 'drivers/net/natsemi.c')
0 files changed, 0 insertions, 0 deletions