commit | cd3adf52309867955d6e2175246b526442235805 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Fri Jan 16 12:11:43 2009 +0900 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jan 16 14:20:58 2009 +0100 |
tree | 7b64648450dc39d9662d09923fab7fd1e9c47da8 | |
parent | a338af2c648f5e07c582154745a6c60cd2d8bf12 [diff] |
x86_64: initialize this_cpu_off to __per_cpu_load On x86_64, if get_per_cpu_var() is used before per cpu area is setup (if lockdep is turned on, it happens), it needs this_cpu_off to point to __per_cpu_load. Initialize accordingly. Signed-off-by: Tejun Heo <tj@kernel.org>