summaryrefslogtreecommitdiff
path: root/arch/x86/machine/boot_asm.S
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2012-11-24 00:44:16 +0100
committerRichard Braun <rbraun@sceen.net>2012-11-24 00:44:16 +0100
commit64e60d53683652c9b273852ea0e3d6782128ece3 (patch)
tree16218f42ab5327ada6e734d0db2b6fa0f9f432dc /arch/x86/machine/boot_asm.S
parentf589bf7243d523e8de3e0a8c2fb8408202a9585f (diff)
x86/boot: fix comment limit
Diffstat (limited to 'arch/x86/machine/boot_asm.S')
-rw-r--r--arch/x86/machine/boot_asm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/machine/boot_asm.S b/arch/x86/machine/boot_asm.S
index fe65af4..e3d3e62 100644
--- a/arch/x86/machine/boot_asm.S
+++ b/arch/x86/machine/boot_asm.S
@@ -223,7 +223,7 @@ ASM_ENTRY(boot_ap_start32)
ljmp $8, $1f
1:
-#endif /* __LP64__
+#endif /* __LP64__ */
/* Switch to the boot stack preallocated for this AP by the BSP */
#ifdef __LP64__