|
@@ -8,6 +8,7 @@
|
|
#include <asm/processor.h>
|
|
#include <asm/processor.h>
|
|
#include <asm/uaccess.h>
|
|
#include <asm/uaccess.h>
|
|
#include <asm/pgtable.h>
|
|
#include <asm/pgtable.h>
|
|
|
|
+#include <asm/desc.h>
|
|
|
|
|
|
EXPORT_SYMBOL(kernel_thread);
|
|
EXPORT_SYMBOL(kernel_thread);
|
|
|
|
|
|
@@ -53,3 +54,8 @@ EXPORT_SYMBOL(init_level4_pgt);
|
|
EXPORT_SYMBOL(load_gs_index);
|
|
EXPORT_SYMBOL(load_gs_index);
|
|
|
|
|
|
EXPORT_SYMBOL(_proxy_pda);
|
|
EXPORT_SYMBOL(_proxy_pda);
|
|
|
|
+
|
|
|
|
+#ifdef CONFIG_PARAVIRT
|
|
|
|
+/* Virtualized guests may want to use it */
|
|
|
|
+EXPORT_SYMBOL_GPL(cpu_gdt_descr);
|
|
|
|
+#endif
|