commit | e49798b1bd7657722080126bfd5e787efdb3bc23 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Jan 17 11:32:21 2013 +0100 |
committer | Alexander Graf <agraf@suse.de> | Fri Jan 18 19:06:57 2013 +0100 |
tree | ceab0b09a3aee7312aa6f43c28839d7e3feb68ca | |
parent | d3dccee187ffeacec1a38ed288c112ffa0e3b513 [diff] |
openpic: export e500 epr enable into a ppc.c function Enabling and disabling the EPR capability (mpic_proxy) is a system wide operation. As such, it belongs into the ppc.c file, since that's where PPC specific machine wide logic happens. Signed-off-by: Alexander Graf <agraf@suse.de>