commit | cdd77e87eae52b7251acc5990207a1c4500a84ce | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@linux.intel.com> | Tue Nov 05 21:22:28 2013 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Nov 07 12:13:05 2013 +1030 |
tree | 3d0bddb36432618ae04d8486e2ed4f4268d8a93f | |
parent | 4ae85370720156025e9cb873c13a0afb06ca1612 [diff] |
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 <ak@linux.intel.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>