Commit 34589df6 authored by Helge Deller's avatar Helge Deller

parisc: Use __ro_after_init in time.c

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent d9888369
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
#include <linux/timex.h> #include <linux/timex.h>
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 * We keep time on PA-RISC Linux by using the Interval Timer which is
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment