Переглянути джерело

Rename .text.page_aligned to .text..page_aligned.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Denys Vlasenko 15 роки тому
батько
коміт
819d67621e
2 змінених файлів з 2 додано та 2 видалено
  1. 1 1
      arch/x86/kernel/acpi/wakeup_32.S
  2. 1 1
      arch/x86/kernel/vmlinux.lds.S

+ 1 - 1
arch/x86/kernel/acpi/wakeup_32.S

@@ -1,4 +1,4 @@
-	.section .text.page_aligned
+	.section .text..page_aligned
 #include <linux/linkage.h>
 #include <asm/segment.h>
 #include <asm/page_types.h>

+ 1 - 1
arch/x86/kernel/vmlinux.lds.S

@@ -97,7 +97,7 @@ SECTIONS
 		HEAD_TEXT
 #ifdef CONFIG_X86_32
 		. = ALIGN(PAGE_SIZE);
-		*(.text.page_aligned)
+		*(.text..page_aligned)
 #endif
 		. = ALIGN(8);
 		_stext = .;