OSDN Git Service

ART: Change x86 from modify_ldt to set_thread_data
authorAndreas Gampe <agampe@google.com>
Tue, 16 Feb 2016 23:58:20 +0000 (15:58 -0800)
committerAndreas Gampe <agampe@google.com>
Fri, 8 Apr 2016 17:36:10 +0000 (10:36 -0700)
commit8a2c62c62b3398afbac00b1cb8772ae5b53b62a3
tree2b4b855620269077e8bc0f547d255061908ef8be
parent6c5d868c94401aeb7596d5d36380b61c7ed81222
ART: Change x86 from modify_ldt to set_thread_data

Do not use modify_ldt, so it can be deprecated.

Bug: 27199066
Change-Id: Ib5fb40d4f720b697d786c5c971638fd57681d308
runtime/arch/x86/thread_x86.cc