mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-06 06:21:31 +00:00
Rename .data[.percpu][.XXX] to .data[..percpu][..XXX].
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
parent
dafb932067
commit
3d9a854c2d
5 changed files with 21 additions and 21 deletions
|
@ -397,7 +397,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(void *pcpudest, const void *from, unsigned long size)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue