]> git.baikalelectronics.ru Git - kernel.git/commit
x86, asmlinkage, lguest: Fix C functions used by inline assembler
authorAndi Kleen <ak@linux.intel.com>
Tue, 22 Oct 2013 16:07:54 +0000 (09:07 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 30 Jan 2014 06:17:17 +0000 (22:17 -0800)
commit2186f7fd76c2eaf99f372175660098d6d279c22a
treecc1909e09a9425bba7ae2378bee9356cca57af2d
parent6f901070d1e82d660134da81830d2ae10463f655
x86, asmlinkage, lguest: Fix C functions used by inline assembler

- Make the C code used by the paravirt stubs visible
- Since they have to be global now, give them a more unique
name.

Cc: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Link: http://lkml.kernel.org/r/1382458079-24450-3-git-send-email-andi@firstfloor.org
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/lguest/boot.c