OSDN Git Service

Revert "X86: Use locked add rather than mfence"
authorAart Bik <ajcbik@google.com>
Wed, 16 Dec 2015 19:06:17 +0000 (19:06 +0000)
committerAart Bik <ajcbik@google.com>
Wed, 16 Dec 2015 19:06:17 +0000 (19:06 +0000)
commit0da3b9117706760e8722029f407da6d0297cc943
tree84ad42399e1055f3596d7df6f786d9f7b8605ee3
parent7b3e4f99b25c31048a33a08688557b133ad345ab
Revert "X86: Use locked add rather than mfence"

This reverts commit 7b3e4f99b25c31048a33a08688557b133ad345ab.

Reason: build error on sdk (linux) in git_mirror-aosp-master-with-vendor , please fix first

art/compiler/optimizing/code_generator_x86_64.cc:4032:7: error: use of
undeclared identifier 'codegen_'
      codegen_->MemoryFence();

Change-Id: I91f8542cfd944b7425d1981c35872dcdcb901e18
14 files changed:
compiler/dex/quick/x86/assemble_x86.cc
compiler/dex/quick/x86/target_x86.cc
compiler/dex/quick/x86/x86_lir.h
compiler/optimizing/code_generator_x86.cc
compiler/optimizing/code_generator_x86.h
compiler/optimizing/code_generator_x86_64.cc
compiler/optimizing/code_generator_x86_64.h
compiler/optimizing/intrinsics_x86.cc
compiler/optimizing/intrinsics_x86_64.cc
runtime/arch/x86/instruction_set_features_x86.cc
runtime/arch/x86/instruction_set_features_x86.h
runtime/arch/x86/instruction_set_features_x86_test.cc
runtime/arch/x86_64/instruction_set_features_x86_64.h
runtime/arch/x86_64/instruction_set_features_x86_64_test.cc