OSDN Git Service

Remove the unused SMP instruction set feature option.
authorSerban Constantinescu <serban.constantinescu@linaro.org>
Fri, 23 Sep 2016 10:06:03 +0000 (11:06 +0100)
committerScott Wakeling <scott.wakeling@linaro.org>
Mon, 9 Jan 2017 15:18:41 +0000 (15:18 +0000)
commitb595b40c151c7e6de5e95944f6b993c57e780dd5
tree6b66aec7d041d5ab49b5061f0af2e5776284f596
parent6d2741f18be435c686bd774eecb7359c17ae2132
Remove the unused SMP instruction set feature option.

The SMP option is currently not used in the ART codebase
(and it rots away).
Single CPU systems that run SMP code should be able to deal
with it nicely (otherwise the CPU has some serious problems).

Test: mma test-art-target && mma test-art-host

Change-Id: Ifaab42b29de1062866a0af7525de2f834a4a5a57
19 files changed:
runtime/arch/arm/instruction_set_features_arm.cc
runtime/arch/arm/instruction_set_features_arm.h
runtime/arch/arm/instruction_set_features_arm_test.cc
runtime/arch/arm64/instruction_set_features_arm64.cc
runtime/arch/arm64/instruction_set_features_arm64.h
runtime/arch/arm64/instruction_set_features_arm64_test.cc
runtime/arch/instruction_set_features.cc
runtime/arch/instruction_set_features.h
runtime/arch/mips/instruction_set_features_mips.cc
runtime/arch/mips/instruction_set_features_mips.h
runtime/arch/mips/instruction_set_features_mips_test.cc
runtime/arch/mips64/instruction_set_features_mips64.cc
runtime/arch/mips64/instruction_set_features_mips64.h
runtime/arch/mips64/instruction_set_features_mips64_test.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