diff options
| author | Helge Deller <deller@gmx.de> | 2019-05-10 14:55:51 -0400 |
|---|---|---|
| committer | Helge Deller <deller@gmx.de> | 2019-05-10 15:00:45 -0400 |
| commit | 47293774c49c174c9863a60a757b825299ddf649 (patch) | |
| tree | 6e1c327a4580778459bdc982229833d898d9b208 | |
| parent | 34589df6338afc75208cd3f9b612c1ae7738bbd0 (diff) | |
parisc: Use __ro_after_init in unwind.c
Signed-off-by: Helge Deller <deller@gmx.de>
| -rw-r--r-- | arch/parisc/kernel/unwind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/unwind.c b/arch/parisc/kernel/unwind.c index 2d14f17838d2..87ae476d1c4f 100644 --- a/arch/parisc/kernel/unwind.c +++ b/arch/parisc/kernel/unwind.c | |||
| @@ -40,7 +40,7 @@ static DEFINE_SPINLOCK(unwind_lock); | |||
| 40 | * we can call unwind_init as early in the bootup process as | 40 | * we can call unwind_init as early in the bootup process as |
| 41 | * possible (before the slab allocator is initialized) | 41 | * possible (before the slab allocator is initialized) |
| 42 | */ | 42 | */ |
| 43 | static struct unwind_table kernel_unwind_table __read_mostly; | 43 | static struct unwind_table kernel_unwind_table __ro_after_init; |
| 44 | static LIST_HEAD(unwind_tables); | 44 | static LIST_HEAD(unwind_tables); |
| 45 | 45 | ||
| 46 | static inline const struct unwind_table_entry * | 46 | static inline const struct unwind_table_entry * |
