x86/ldt: Correct FPU emulation access to LDT
[pandora-kernel.git] / arch / x86 / math-emu / get_address.c
index 6ef5e99..d13cab2 100644 (file)
@@ -20,7 +20,6 @@
 #include <linux/stddef.h>
 
 #include <asm/uaccess.h>
-#include <asm/desc.h>
 
 #include "fpu_system.h"
 #include "exception.h"
@@ -158,7 +157,7 @@ static long pm_address(u_char FPU_modrm, u_char segment,
                addr->selector = PM_REG_(segment);
        }
 
-       descriptor = LDT_DESCRIPTOR(PM_REG_(segment));
+       descriptor = FPU_get_ldt_descriptor(segment);
        base_address = SEG_BASE_ADDR(descriptor);
        address = base_address + offset;
        limit = base_address