summaryrefslogtreecommitdiff
path: root/arch/x86/x15.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/x15.lds.S')
-rw-r--r--arch/x86/x15.lds.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/x15.lds.S b/arch/x86/x15.lds.S
index 352ebf4..80b1e65 100644
--- a/arch/x86/x15.lds.S
+++ b/arch/x86/x15.lds.S
@@ -8,6 +8,7 @@ OUTPUT_ARCH(i386)
ENTRY(_start)
+#include <kern/init.h>
#include <machine/boot.h>
#include <machine/cpu.h>
#include <machine/page.h>
@@ -45,7 +46,7 @@ SECTIONS
*(.init.text)
*(.init.data)
- . = ALIGN(64);
+ . = ALIGN(INIT_OP_ALIGN);
_init_ops = .;
*(.init.ops)
_init_ops_end = .;