commit | c3a08e93d66e9ba59ffbfb610af2f76b82200185 | [log] [tgz] |
---|---|---|
author | Oliver O'Halloran <oohall@gmail.com> | Thu Mar 23 18:54:01 2017 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Mar 28 10:52:02 2017 +1100 |
tree | 47ef5d7122ec63c364607af04542bf9daca97713 | |
parent | de78ae6c9ef55d9ded036c8e29d9364e1ce5f6b7 [diff] |
powerpc/powernv: de-deuplicate OPAL call wrappers 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 <oohall@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>