X-Git-Url: http://ftp.safe.ca/?p=safe%2Fjmp%2Flinux-2.6;a=blobdiff_plain;f=kernel%2Fmodule.c;h=0129769301e3106eb505576fbb495a64f289160c;hp=d806e00e4450adf135cf73ad57c7d9dd3c65daed;hb=1f73897861b8ef0be64ff4b801f8d6f830f683b5;hpb=b904d7131d116900524bd36ec170dcd97846bfd3 diff --git a/kernel/module.c b/kernel/module.c index d806e00..0129769 100644 --- a/kernel/module.c +++ b/kernel/module.c @@ -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,