]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/x86/kernel/i387.c
Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / arch / x86 / kernel / i387.c
index e73c54ebafce983b6a2b32150634a7f8df4838c8..1f11f5ce668f93aadff67c425fae359da6efc6a8 100644 (file)
@@ -113,7 +113,7 @@ void __cpuinit fpu_init(void)
 
 #endif /* CONFIG_X86_32 */
 
-static void fpu_finit(struct fpu *fpu)
+void fpu_finit(struct fpu *fpu)
 {
 #ifdef CONFIG_X86_32
        if (!HAVE_HWFP) {
@@ -138,6 +138,7 @@ static void fpu_finit(struct fpu *fpu)
                fp->fos = 0xffff0000u;
        }
 }
+EXPORT_SYMBOL_GPL(fpu_finit);
 
 /*
  * The _current_ task is using the FPU for the first time