--- zzzz-none-000/linux-3.10.107/arch/x86/math-emu/get_address.c 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/arch/x86/math-emu/get_address.c 2021-02-04 17:41:59.000000000 +0000 @@ -20,7 +20,7 @@ #include #include -#include +#include #include "fpu_system.h" #include "exception.h" @@ -158,7 +158,7 @@ addr->selector = PM_REG_(segment); } - descriptor = LDT_DESCRIPTOR(PM_REG_(segment)); + descriptor = FPU_get_ldt_descriptor(addr->selector); base_address = SEG_BASE_ADDR(descriptor); address = base_address + offset; limit = base_address