On 21.04.2015 06:49, Peter Maydell wrote: > On 17 March 2015 at 16:23, Peter Maydell <peter.mayd...@linaro.org> wrote: >> On 17 March 2015 at 15:33, Sergey Fedorov <serge.f...@gmail.com> wrote: >>> Rename the field holding CPACR_EL1 system register state in AArch64 >>> naming style. >>> >>> Signed-off-by: Sergey Fedorov <serge.f...@gmail.com> >> Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> >> >> Mostly I've been renaming these only where we needed to >> touch them for some other reason, but this one is particularly >> confusing as a name, I think, and it doesn't touch too many >> lines to change it. >> >> Not for 2.3, though. > I'm adding this to target-arm.next for 2.4 now, and I > just noticed that you missed the occurrences in cpu.c. > If you'd built the linux-user emulators you'd have found > this because they wouldn't have built :-) > > I'll fix this up as I apply the patch. > > thanks > -- PMM
Oh, my fault. Thanks! Sergey