From: Brian Gerst Date: Sun, 18 Jan 2009 15:38:59 +0000 (+0900) Subject: x86-64: Use absolute displacements for per-cpu accesses. X-Git-Tag: v2.6.30-rc1~2^2~50^2~68^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87b264065880fa696c121dad8498a60524e0f6de;p=pandora-kernel.git x86-64: Use absolute displacements for per-cpu accesses. Accessing memory through %gs should not use rip-relative addressing. Adding a P prefix for the argument tells gcc to not add (%rip) to the memory references. Signed-off-by: Brian Gerst Signed-off-by: Tejun Heo --- Reading git-diff-tree failed