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