On 19 January 2015 at 09:05, Alex Bennée <alex.ben...@linaro.org> wrote: > > Peter Maydell <peter.mayd...@linaro.org> writes: > >> Use cpu_*_data instead of the direct *_raw load/store accessors. > > I take it this additional level of (macro) redirection is because at > some point there will be a difference between the various cpu accessors?
Which additional level of redirection? The point of this patch is to remove a level of redirection (the _raw accessors), and at the end of the series cpu_*_data aren't macros. -- PMM