Fix a copy-and-paste error in the register description for TTBR1
that meant it was a duplicate of TTBR0 rather than affecting the
correct bit of CPU state.
Signed-off-by: Peter Maydell
---
Whoops. Spotted while I was looking at this bit of code for a different
reason...
target-arm/helper.c |
Fix a typo in handling of the ARM946 cp15 c5 c0 0 1 handling
(instruction access permission bits) that meant it would
return the data access permission bits by mistake.
Signed-off-by: Peter Maydell
---
(Yeah, it says ARM_FEATURE_MPU but actually (a) the only MPU
core we support is the 946 and (b)
On 2 October 2011 17:35, Andreas Färber wrote:
> The command line option is called -kernel, not -kenrel.
>
> Cc: Paul Brook
> Signed-off-by: Andreas Färber
Reviewed-by: Peter Maydell
-- PMM
The command line option is called -kernel, not -kenrel.
Cc: Paul Brook
Signed-off-by: Andreas Färber
---
target-arm/helper.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/target-arm/helper.c b/target-arm/helper.c
index cc1a3d2..2273492 100644
--- a/target-arm/helper.