From: Glauber de Oliveira Costa Date: Wed, 30 Jan 2008 12:32:06 +0000 (+0100) Subject: x86: change assembly definition of paravirt_patch_site X-Git-Tag: v2.6.25-rc1~1143^2~476 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=658be9d395630d30a501c850bde90ac791a678c9;p=pandora-kernel.git x86: change assembly definition of paravirt_patch_site To account for differences in x86_64, we change the macros that create raw instances of the paravirt_patch_site struct. We need to align 64-pointers to 64-bit boundaries, so we add an alignment directive. Also, we need to make room for a word-sized pointer, instead of a fixed 32-bit one Signed-off-by: Glauber de Oliveira Costa Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed