[PATCH V9 06/18] coresight: etm3x: unlocking tracers in default arch init

2016-02-03 Thread Mathieu Poirier
Calling function 'smp_call_function_single()' to unlock a tracer and calling it again right after to perform the default initialisation doesn't make sense. Moving 'etm_os_unlock()' just before making the default initialisation results in the same outcome while saving one call to

[PATCH V9 06/18] coresight: etm3x: unlocking tracers in default arch init

2016-02-03 Thread Mathieu Poirier
Calling function 'smp_call_function_single()' to unlock a tracer and calling it again right after to perform the default initialisation doesn't make sense. Moving 'etm_os_unlock()' just before making the default initialisation results in the same outcome while saving one call to