parisc: Use __ro_after_init in time.c
Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
d98883690b
commit
34589df633
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue