On 3 December 2014 at 20:06, Greg Bellows wrote:
> 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
Reviewed-by: Peter Maydell
-- PMM
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
---
target-arm/cpu.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/target-arm/cpu.c b/targe