From: Tejun Heo Date: Fri, 16 Jan 2009 03:11:43 +0000 (+0900) Subject: x86_64: initialize this_cpu_off to __per_cpu_load X-Git-Tag: v2.6.30-rc1~2^2~50^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd3adf52309867955d6e2175246b526442235805;p=pandora-kernel.git 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 --- Reading git-diff-tree failed