target-arm: Add feature unset function
commit08828484a5c1ec55a6cbb4b4d377bfcf41199b5c
authorGreg Bellows <greg.bellows@linaro.org>
Mon, 15 Dec 2014 23:09:45 +0000 (15 17:09 -0600)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 22 Dec 2014 23:12:28 +0000 (22 23:12 +0000)
tree6e3c24c093085e24ef9e3b4c1ed1718b05722dc0
parent083a58906cb32731dd98a93fcf451ec7718c0924
target-arm: Add feature unset function

Add an unset_feature() function to compliment the set_feature() function.  This
will be used to disable functions after they have been enabled during
initialization.

Signed-off-by: Greg Bellows <greg.bellows@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1418684992-8996-9-git-send-email-greg.bellows@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/cpu.c