From 34589df6338afc75208cd3f9b612c1ae7738bbd0 Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Fri, 10 May 2019 20:55:31 +0200 Subject: parisc: Use __ro_after_init in time.c Signed-off-by: Helge Deller --- arch/parisc/kernel/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/parisc') diff --git a/arch/parisc/kernel/time.c b/arch/parisc/kernel/time.c index a1e772f909cb..04508158815c 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 -- cgit v1.2.3-59-g8ed1b