Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-08 | openrisc: explicitly include linux/bug.h in asm/fixmap.h | Tobias Klauser | |
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> | |||
2011-07-22 | OpenRISC: Memory management | Jonas Bonn | |
Signed-off-by: Jonas Bonn <jonas@southpole.se> Reviewed-by: Arnd Bergmann <arnd@arndb.de> |