diff options
| author | Helge Deller <deller@gmx.de> | 2019-05-10 14:55:31 -0400 |
|---|---|---|
| committer | Helge Deller <deller@gmx.de> | 2019-05-10 15:00:45 -0400 |
| commit | 34589df6338afc75208cd3f9b612c1ae7738bbd0 (patch) | |
| tree | 738a94bc79f0ccfdd08b414434d341a0acce01e6 | |
| parent | d98883690b7bc5faab98795dff694549e4c60556 (diff) | |
parisc: Use __ro_after_init in time.c
Signed-off-by: Helge Deller <deller@gmx.de>
| -rw-r--r-- | arch/parisc/kernel/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 40 | 40 | ||
| 41 | #include <linux/timex.h> | 41 | #include <linux/timex.h> |
| 42 | 42 | ||
| 43 | static unsigned long clocktick __read_mostly; /* timer cycles per tick */ | 43 | static unsigned long clocktick __ro_after_init; /* timer cycles per tick */ |
| 44 | 44 | ||
| 45 | /* | 45 | /* |
| 46 | * We keep time on PA-RISC Linux by using the Interval Timer which is | 46 | * We keep time on PA-RISC Linux by using the Interval Timer which is |
