aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/scripts')
-rw-r--r--arch/x86_64/scripts/kernel.ld5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86_64/scripts/kernel.ld b/arch/x86_64/scripts/kernel.ld
index cc07896..806adb5 100644
--- a/arch/x86_64/scripts/kernel.ld
+++ b/arch/x86_64/scripts/kernel.ld
@@ -90,6 +90,11 @@ SECTIONS
*(.text*)
}
+ .interrupt_text ALIGN(4K) : AT(ADDR (.interrupt_text))
+ {
+ *(.interrupt_text)
+ }
+
.rodata ALIGN(4K) : AT (ADDR (.rodata))
{
*(.rodata)