commit | bafc84d539c0ffa916037840df54428623abc3e6 | [log] [tgz] |
---|---|---|
author | Matt Fleming <matt.fleming@intel.com> | Sun Mar 16 12:14:49 2014 +0000 |
committer | Matt Fleming <matt.fleming@intel.com> | Thu Apr 17 13:53:28 2014 +0100 |
tree | 906244e36c50e316662ab28f25386ae60a209786 | |
parent | b738c6ea49b4e98e6ca0651da82a610f996a16ae [diff] |
efivars: Use local variables instead of a pointer dereference In order to support a compat interface we need to stop passing pointers to structures around, since the type of structure is going to depend on whether the current task is a compat task. Cc: Mike Waychison <mikew@google.com> Signed-off-by: Matt Fleming <matt.fleming@intel.com>