Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | openrisc: explicitly include linux/bug.h in asm/fixmap.h | Tobias Klauser | 2017-07-08 | 1 | -0/+1 |
| | | | | | | | | | openrisc's asm/fixmap.h uses the BUG() and BUG_ON() macros but relies on implict inclusion of linux/bug.h which means that changes in other headers could break the build. Thus, add an explicit include. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Stafford Horne <shorne@gmail.com> | ||||
* | OpenRISC: Memory management | Jonas Bonn | 2011-07-22 | 1 | -0/+87 |
Signed-off-by: Jonas Bonn <jonas@southpole.se> Reviewed-by: Arnd Bergmann <arnd@arndb.de> |