]> git.baikalelectronics.ru Git - kernel.git/commit
sparc32: mm: srmmu: add __ro_after_init to sparc32_cachetlb_ops structures
authorBhumika Goyal <bhumirks@gmail.com>
Sat, 14 Jan 2017 12:31:54 +0000 (18:01 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Feb 2017 16:21:34 +0000 (08:21 -0800)
commit2fc2601a377a55679d11aae5f47b86f56123f04f
tree52d30e253e4d0b4ef4f317c515fc964ce9dbd5d5
parent04e526a87c44a252a4158a2bf3d3e7d1cf7550e0
sparc32: mm: srmmu: add __ro_after_init to sparc32_cachetlb_ops structures

The objects viking_ops, viking_sun4d_smp_ops and smp_cachetlb_ops of
type sparc32_cachetlb_ops are not modified anywhere after getting modified
in the init functions. Inside init their reference is also stored in a
pointer of type const struct sparc32_cachetlb_ops *. So these structures
are never modified after init, therefore add __ro_after to the declaration
of these structures.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/mm/srmmu.c