Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 17ce1b20 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Merge tag 'openrisc-for-linus-v4.9-rc5' of...

Merge tag 'openrisc-for-linus-v4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging

Pull openrisc fix from Guenter Roeck:
 "Fix openrisc crash caused by ro_init changes"

* tag 'openrisc-for-linus-v4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
  openrisc: Define __ro_after_init to avoid crash
parents 8cebec46 2c7a5c5c
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -23,6 +23,8 @@
 * they shouldn't be hard-coded!
 * they shouldn't be hard-coded!
 */
 */


#define __ro_after_init __read_mostly

#define L1_CACHE_BYTES 16
#define L1_CACHE_BYTES 16
#define L1_CACHE_SHIFT 4
#define L1_CACHE_SHIFT 4