]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/x86/kernel/i387.c
Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[net-next-2.6.git] / arch / x86 / kernel / i387.c
index 1f11f5ce668f93aadff67c425fae359da6efc6a8..a46cb3522c0c19d67f2d474c6e1f09fb616004ff 100644 (file)
@@ -40,6 +40,7 @@
 
 static unsigned int            mxcsr_feature_mask __read_mostly = 0xffffffffu;
 unsigned int xstate_size;
+EXPORT_SYMBOL_GPL(xstate_size);
 unsigned int sig_xstate_ia32_size = sizeof(struct _fpstate_ia32);
 static struct i387_fxsave_struct fx_scratch __cpuinitdata;