Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/arch/i386/kernel/cpu/common.c |    2 ++
 1 files changed, 2 insertions(+)

diff -puN arch/i386/kernel/cpu/common.c~per_cpu-per_cpu-cpu_gdt_table-fix arch/i386/kernel/cpu/common.c
--- 25/arch/i386/kernel/cpu/common.c~per_cpu-per_cpu-cpu_gdt_table-fix	2004-07-27 22:48:01.476747520 -0700
+++ 25-akpm/arch/i386/kernel/cpu/common.c	2004-07-27 22:50:32.671762384 -0700
@@ -2,6 +2,7 @@
 #include <linux/string.h>
 #include <linux/delay.h>
 #include <linux/smp.h>
+#include <linux/module.h>
 #include <linux/percpu.h>
 #include <asm/semaphore.h>
 #include <asm/processor.h>
@@ -13,6 +14,7 @@
 #include "cpu.h"
 
 DEFINE_PER_CPU(struct desc_struct, cpu_gdt_table[GDT_ENTRIES]);
+EXPORT_PER_CPU_SYMBOL(cpu_gdt_table);
 
 static int cachesize_override __initdata = -1;
 static int disable_x86_fxsr __initdata = 0;
_