From e636c8d336489bf3eed5878299e6cc045bbad077 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 20 Feb 2024 01:17:29 +0000
Subject: [PATCH] debug lk

---
 kernel/arch/um/include/asm/common.lds.S |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/kernel/arch/um/include/asm/common.lds.S b/kernel/arch/um/include/asm/common.lds.S
index 7adb4e6..eca6c45 100644
--- a/kernel/arch/um/include/asm/common.lds.S
+++ b/kernel/arch/um/include/asm/common.lds.S
@@ -9,14 +9,13 @@
   _sdata = .;
   PROVIDE (sdata = .);
 
-  RODATA
+  RO_DATA(4096)
 
   .unprotected : { *(.unprotected) }
   . = ALIGN(4096);
   PROVIDE (_unprotected_end = .);
 
   . = ALIGN(4096);
-  NOTES
   EXCEPTION_TABLE(0)
 
   BUG_TABLE
@@ -52,8 +51,6 @@
   .con_initcall.init : {
 	CON_INITCALL
   }
-
-  SECURITY_INIT
 
   .exitcall : {
 	__exitcall_begin = .;

--
Gitblit v1.6.2