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.2-rc1~65^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=34589df6338afc75208cd3f9b612c1ae7738bbd0;p=thirdparty%2Fkernel%2Flinux.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 a1e772f909cbf..04508158815c1 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