From: Brian Gerst Date: Sun, 8 Feb 2009 14:58:39 +0000 (-0500) Subject: x86: use linker to offset symbols by __per_cpu_load X-Git-Tag: v2.6.30-rc1~2^2~50^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2add8e235cbe0dcd672c33fc322754e15500238c;p=pandora-kernel.git x86: use linker to offset symbols by __per_cpu_load Impact: cleanup and bug fix Use the linker to create symbols for certain per-cpu variables that are offset by __per_cpu_load. This allows the removal of the runtime fixup of the GDT pointer, which fixes a bug with resume reported by Jiri Slaby. Reported-by: Jiri Slaby Signed-off-by: Brian Gerst Acked-by: Jiri Slaby Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed