commit | deb05c4c4c2b7bfeccddb8494164cc858a8652ec | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Jan 23 11:43:49 2014 +0100 |
committer | Alexander Graf <agraf@suse.de> | Mon Jun 16 13:24:34 2014 +0200 |
tree | 34eb01a9103b50d196d64b85b7cc5eea90a3d3a3 | |
parent | 45eb56110bcefef473f866772a7b537be1b3fe35 [diff] |
PPC: Fix SPR access control of L1CFG0 The L1CFG0 register on e200 and e500 is "User RO" according to the specifications. So let's make it user readable and world unwritable. Signed-off-by: Alexander Graf <agraf@suse.de>