From: Andi Kleen Date: Tue, 5 Nov 2013 10:52:28 +0000 (+1030) Subject: x86, asmlinkage, lguest: Pass in globals into assembler statement X-Git-Tag: v3.13-rc1~82^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdd77e87eae52b7251acc5990207a1c4500a84ce;p=pandora-kernel.git x86, asmlinkage, lguest: Pass in globals into assembler statement Tell the compiler that the inline assembler statement references lguest_entry. This fixes compile problems with LTO where the variable and the assembler code may end up in different files. Cc: x86@kernel.org Cc: rusty@rustcorp.com.au Signed-off-by: Andi Kleen Signed-off-by: Rusty Russell --- Reading git-diff-tree failed