Re: [PATCH] powerpc/powernv: de-deuplicate OPAL call wrappers

2017-03-15 Thread Michael Ellerman
Oliver O'Halloran writes: > Currently the code to perform an OPAL call is duplicated between the > normal path and path taken when tracepoints are enabled. There's no > real need for this and combining them makes opal_tracepoint_entry > considerably easier to understand. Sorry

[PATCH] powerpc/powernv: de-deuplicate OPAL call wrappers

2016-10-30 Thread Oliver O'Halloran
Currently the code to perform an OPAL call is duplicated between the normal path and path taken when tracepoints are enabled. There's no real need for this and combining them makes opal_tracepoint_entry considerably easier to understand. Signed-off-by: Oliver O'Halloran ---