Merge branch 'for-35' of git://repo.or.cz/linux-kbuild
[sfrench/cifs-2.6.git] / kernel / module.c
index d806e00e4450adf135cf73ad57c7d9dd3c65daed..0129769301e3106eb505576fbb495a64f289160c 100644 (file)
@@ -403,7 +403,7 @@ static unsigned int find_pcpusec(Elf_Ehdr *hdr,
                                 Elf_Shdr *sechdrs,
                                 const char *secstrings)
 {
-       return find_sec(hdr, sechdrs, secstrings, ".data.percpu");
+       return find_sec(hdr, sechdrs, secstrings, ".data..percpu");
 }
 
 static void percpu_modcopy(struct module *mod,