Skip to content

Commit d4b9532

Browse files
committed
Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Pull arch/tile bugfix from Chris Metcalf: "This just fixes an incompatibility with tile __ro_after_init" * 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile: tile: handle __ro_after_init like parisc does
2 parents ac38126 + e123386 commit d4b9532

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/tile/include/asm/cache.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,7 @@
6161
*/
6262
#define __write_once __read_mostly
6363

64+
/* __ro_after_init is the generic name for the tile arch __write_once. */
65+
#define __ro_after_init __read_mostly
66+
6467
#endif /* _ASM_TILE_CACHE_H */

0 commit comments

Comments
 (0)