commit | 79f8a4d022f2d11d4fc90f785f575ac331e2ef71 | [log] [tgz] |
---|---|---|
author | Sebastian Macke <sebastian@macke.de> | Sun Jul 20 15:13:30 2014 +0000 |
committer | Stafford Horne <shorne@gmail.com> | Sat Feb 25 04:14:34 2017 +0900 |
tree | 86bd39927a9ec63eb69d0ab39c584dc8629f20f6 | |
parent | 89c94fdb9718d8ff3243faf8133a2176fd91f207 [diff] |
openrisc: Fix the bitmask for the unit present register The bits were swapped, as per spec and processor implementation the power management present bit is 9 and PIC bit is 8. This patch brings the definitions into spec. Signed-off-by: Sebastian Macke <sebastian@macke.de> [shorne@gmail.com: Added commit body] Signed-off-by: Stafford Horne <shorne@gmail.com>