Commit c273fb3b authored by Denys Vlasenko's avatar Denys Vlasenko Committed by Michal Marek

Rename .data.init to .data..init.

Signed-off-by: default avatarDenys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent 07b3bb1e
...@@ -325,7 +325,7 @@ int main(int argc,char **argv) ...@@ -325,7 +325,7 @@ int main(int argc,char **argv)
(*rr)->next = NULL; (*rr)->next = NULL;
} }
printf("! Generated by btfixupprep. Do not edit.\n\n"); printf("! Generated by btfixupprep. Do not edit.\n\n");
printf("\t.section\t\".data.init\",#alloc,#write\n\t.align\t4\n\n"); printf("\t.section\t\".data..init\",#alloc,#write\n\t.align\t4\n\n");
printf("\t.global\t___btfixup_start\n___btfixup_start:\n\n"); printf("\t.global\t___btfixup_start\n___btfixup_start:\n\n");
for (i = 0; i < last; i++) { for (i = 0; i < last; i++) {
f = array + i; f = array + i;
......
...@@ -241,7 +241,7 @@ void __init setup_per_cpu_areas(void) ...@@ -241,7 +241,7 @@ void __init setup_per_cpu_areas(void)
#endif #endif
#endif #endif
/* /*
* Up to this point, the boot CPU has been using .data.init * Up to this point, the boot CPU has been using .init.data
* area. Reload any changed state for the boot CPU. * area. Reload any changed state for the boot CPU.
*/ */
if (cpu == boot_cpu_id) if (cpu == boot_cpu_id)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment