diff options
Diffstat (limited to 'arch/tile/mm/highmem.c')
-rw-r--r-- | arch/tile/mm/highmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/tile/mm/highmem.c b/arch/tile/mm/highmem.c index 1fcecc5b9e03..ff1cdff5114d 100644 --- a/arch/tile/mm/highmem.c +++ b/arch/tile/mm/highmem.c | |||
@@ -121,7 +121,7 @@ static struct list_head amp_list = LIST_HEAD_INIT(amp_list); | |||
121 | struct kmap_amps { | 121 | struct kmap_amps { |
122 | struct atomic_mapped_page per_type[KM_TYPE_NR]; | 122 | struct atomic_mapped_page per_type[KM_TYPE_NR]; |
123 | }; | 123 | }; |
124 | DEFINE_PER_CPU(struct kmap_amps, amps); | 124 | static DEFINE_PER_CPU(struct kmap_amps, amps); |
125 | 125 | ||
126 | /* | 126 | /* |
127 | * Add a page and va, on this cpu, to the list of kmap_atomic pages, | 127 | * Add a page and va, on this cpu, to the list of kmap_atomic pages, |