On 25/05/2017 12:28, Andrew Jones wrote: > Andrew Jones (6): > lib/arm/gic: gic_version cleanup > lib/arm/psci: make psci less ugly > lib/arm/smp: introduce smp_run > arm/arm64: selftest: apply smp_run > arm/arm64: spinlock-test: apply smp_run > arm/arm64: gic: apply smp_run > > arm/cstart.S | 3 ++- > arm/cstart64.S | 3 ++- > arm/gic.c | 18 +++++++++--------- > arm/selftest.c | 19 +------------------ > arm/spinlock-test.c | 20 +------------------- > lib/arm/asm/psci.h | 6 ++---- > lib/arm/asm/smp.h | 2 ++ > lib/arm/gic.c | 27 ++++++++++++--------------- > lib/arm/psci.c | 10 +++++++--- > lib/arm/smp.c | 26 ++++++++++++++++++++++++++ > lib/arm64/asm/psci.h | 16 +--------------- > 11 files changed, 65 insertions(+), 85 deletions(-) Nice, I made a couple more proposals in reply to single messages. Queued, thanks. Paolo