commit | cee8757f921d5b74acbc29b37a1842041b27fb00 | [log] [tgz] |
---|---|---|
author | Greg Hackmann <ghackmann@google.com> | Mon Jan 26 10:40:29 2015 -0800 |
committer | Greg Hackmann <ghackmann@google.com> | Thu Feb 05 13:38:58 2015 -0800 |
tree | 521afb835f9b090870a5081ce7b2081fcec5b910 | |
parent | d558530ba90cb6218fe8e255c71a034c3fe1ea58 [diff] |
rootdir: enable armv8_deprecated swp hook The upstream kernel now includes support for emulating legacy AArch32 instructions on ARMv8 devices. By default this framework emulates deprecated instructions but not obsolete instructions. Android requires support for the obsolete SWP and SWPB instructions on all ARM devices, so override this default for the swp emulation hook. Change-Id: I82b9bdb564413ec7c1a101da75a9928aebe1606b Signed-off-by: Greg Hackmann <ghackmann@google.com>