]> Pileus Git - ~andy/linux/commit
x86, asmlinkage: Make 32bit/64bit __switch_to visible
authorAndi Kleen <ak@linux.intel.com>
Mon, 5 Aug 2013 22:02:39 +0000 (15:02 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 6 Aug 2013 21:18:30 +0000 (14:18 -0700)
commit35ea7903b8a97162e38da9da3b560df74713321d
treeecf6c69d177e9ec3b457a9a2c7db327ffeb2940c
parenta1ed4ddfb780910c1bb1e9df9cfc87454b607489
x86, asmlinkage: Make 32bit/64bit __switch_to visible

This function is called from inline assembler, so has to be visible.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Link: http://lkml.kernel.org/r/1375740170-7446-6-git-send-email-andi@firstfloor.org
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/include/asm/switch_to.h
arch/x86/kernel/process_32.c
arch/x86/kernel/process_64.c