git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3484a31
)
powerpc/powernv: Add OPAL check token call
author
Michael Neuling
<mikey@neuling.org>
Tue, 19 Aug 2014 04:47:59 +0000
(14:47 +1000)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Thu, 25 Sep 2014 13:14:35 +0000
(23:14 +1000)
Currently there is no way to generically check if an OPAL call exists or not
from the host kernel.
This adds an OPAL call opal_check_token() which tells you if the given token is
present in OPAL or not.
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
No differences found