On 31/05/2015 08:11, Peter Crosthwaite wrote: > Move this implementation up to the header so it is visible from system > level code once the architecture is converted to arch-obj-y. Alternative > would be to create init.c in target-arm/hw but this implementation is > trivial enough for static inline. > > Signed-off-by: Peter Crosthwaite <crosthwaite.pe...@gmail.com> > --- > target-arm/cpu.h | 6 +++++- > target-arm/helper.c | 5 ----- > 2 files changed, 5 insertions(+), 6 deletions(-)
I think there is something to win from consistency when you have a partial transition, so perhaps target-arm/hw would be better despite the simplicity of the function... Paolo