From 958e46acc8e900e8569dd467c1af9b8d2d019394 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Sat, 09 Dec 2023 08:38:54 +0000
Subject: [PATCH] disable cpu isolcpus
---
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