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/microblaze/kernel/cpu/cpuinfo-pvr-full.c | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/kernel/arch/microblaze/kernel/cpu/cpuinfo-pvr-full.c b/kernel/arch/microblaze/kernel/cpu/cpuinfo-pvr-full.c
index a32daec..c7ee51b 100644
--- a/kernel/arch/microblaze/kernel/cpu/cpuinfo-pvr-full.c
+++ b/kernel/arch/microblaze/kernel/cpu/cpuinfo-pvr-full.c
@@ -22,13 +22,8 @@
#define CI(c, p) { ci->c = PVR_##p(pvr); }
-#if defined(CONFIG_EARLY_PRINTK) && defined(CONFIG_SERIAL_UARTLITE_CONSOLE)
#define err_printk(x) \
- early_printk("ERROR: Microblaze " x "-different for PVR and DTS\n");
-#else
-#define err_printk(x) \
- pr_info("ERROR: Microblaze " x "-different for PVR and DTS\n");
-#endif
+ pr_err("ERROR: Microblaze " x "-different for PVR and DTS\n");
void set_cpuinfo_pvr_full(struct cpuinfo *ci, struct device_node *cpu)
{
--
Gitblit v1.6.2