git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a338af2
)
x86_64: initialize this_cpu_off to __per_cpu_load
author
Tejun Heo
<tj@kernel.org>
Fri, 16 Jan 2009 03:11:43 +0000
(12:11 +0900)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 16 Jan 2009 13:20:58 +0000
(14:20 +0100)
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>
No differences found