summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/include/asm/spr_defs.h
Commit message (Collapse)AuthorAgeFilesLines
* openrisc: Fix the bitmask for the unit present registerSebastian Macke2017-02-241-2/+2
| | | | | | | | | | 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>
* OpenRISC: HeadersJonas Bonn2011-07-221-0/+604
Signed-off-by: Jonas Bonn <jonas@southpole.se> Reviewed-by: Arnd Bergmann <arnd@arndb.de>