x86: don't export inline function
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 15 Dec 2009 22:28:13 +0000 (16:28 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 15 Dec 2009 05:58:15 +0000 (16:28 +1030)
commite6428047725d72d63c1d9c4ba852e635e3ffe52a
treef20db143e477a9cc7415725888e0861ca3a4cae2
parent1abff64d49ae24a77ae1e191fa58b725c5991c7e
x86: don't export inline function

For CONFIG_PARAVIRT, load_gs_index is an inline function (it's #defined
to native_load_gs_index otherwise).

Exporting an inline function breaks the new assembler-based alphabetical
sorted symbol list:

Today's linux-next build (x86_64 allmodconfig) failed like this:

.tmp_exports-asm.o: In function `__ksymtab_load_gs_index':
(__ksymtab_sorted+0x5b40): undefined reference to `load_gs_index'

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
To: x86@kernel.org
Cc: alan-jenkins@tuffmail.co.uk
arch/x86/kernel/x8664_ksyms_64.c