diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/module.c b/kernel/module.c index f82386bd9ee9..5daf0abd63c1 100644 --- a/kernel/module.c +++ b/kernel/module.c | |||
@@ -397,7 +397,7 @@ static unsigned int find_pcpusec(Elf_Ehdr *hdr, | |||
397 | Elf_Shdr *sechdrs, | 397 | Elf_Shdr *sechdrs, |
398 | const char *secstrings) | 398 | const char *secstrings) |
399 | { | 399 | { |
400 | return find_sec(hdr, sechdrs, secstrings, ".data.percpu"); | 400 | return find_sec(hdr, sechdrs, secstrings, ".data..percpu"); |
401 | } | 401 | } |
402 | 402 | ||
403 | static void percpu_modcopy(void *pcpudest, const void *from, unsigned long size) | 403 | static void percpu_modcopy(void *pcpudest, const void *from, unsigned long size) |