commit | bffe6bda342578deea0b74f2d9cb97cc40585a1b | [log] [tgz] |
---|---|---|
author | Michael Neuling <mikey@neuling.org> | Tue Aug 19 14:47:59 2014 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Sep 25 23:14:35 2014 +1000 |
tree | a30ed9f3dd4859f654a40550fa3d3da8c0fc0601 | |
parent | 3484a31fce22348b9034024cf9368ab2dbbfd0ab [diff] |
powerpc/powernv: Add OPAL check token call 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>