summaryrefslogtreecommitdiff
path: root/arch/i386/linker.ld
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/linker.ld')
-rw-r--r--arch/i386/linker.ld4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/i386/linker.ld b/arch/i386/linker.ld
index 7eb9d99..734310f 100644
--- a/arch/i386/linker.ld
+++ b/arch/i386/linker.ld
@@ -26,9 +26,5 @@ SECTIONS {
*(.bootstrap_stack)
}
- .usertext ALIGN(4K) : AT(ADDR(.usertext) - 0xC0000000) {
- *(.usertext)
- }
-
_kernel_end = .;
}