summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/head_64.S
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-09-25 12:45:32 +0400
committerIngo Molnar <mingo@elte.hu>2009-09-25 12:47:00 +0400
commit704daf55c7297e727021063cb5d8ba1c55b84426 (patch)
tree15e7b49c69f1ba742ec5fb3a009e51e1564d6a75 /arch/x86/kernel/head_64.S
parentb0c6fbe458183cc7e1cab17be6efcbe7e435bad3 (diff)
parent123f3e1d76952759c0fc8b4fec55a3fc8084d56f (diff)
downloadlinux-704daf55c7297e727021063cb5d8ba1c55b84426.tar.xz
Merge branch 'x86/asm' into x86/urgent
Merge reason: The linker script cleanups are ready for upstream. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/head_64.S')
-rw-r--r--arch/x86/kernel/head_64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/head_64.S b/arch/x86/kernel/head_64.S
index fa54f78e2a05..26406601031c 100644
--- a/arch/x86/kernel/head_64.S
+++ b/arch/x86/kernel/head_64.S
@@ -40,7 +40,7 @@ L4_START_KERNEL = pgd_index(__START_KERNEL_map)
L3_START_KERNEL = pud_index(__START_KERNEL_map)
.text
- .section .text.head
+ __HEAD
.code64
.globl startup_64
startup_64: