From: Helge Deller Date: Fri, 10 May 2019 18:55:31 +0000 (+0200) Subject: parisc: Use __ro_after_init in time.c X-Git-Tag: v5.4-rc1~988^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34589df6338afc75208cd3f9b612c1ae7738bbd0;p=platform%2Fkernel%2Flinux-rpi.git parisc: Use __ro_after_init in time.c Signed-off-by: Helge Deller --- diff --git a/arch/parisc/kernel/time.c b/arch/parisc/kernel/time.c index a1e772f..0450815 100644 --- a/arch/parisc/kernel/time.c +++ b/arch/parisc/kernel/time.c @@ -40,7 +40,7 @@ #include -static unsigned long clocktick __read_mostly; /* timer cycles per tick */ +static unsigned long clocktick __ro_after_init; /* timer cycles per tick */ /* * We keep time on PA-RISC Linux by using the Interval Timer which is