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/nios2/include/asm/processor.h | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/kernel/arch/nios2/include/asm/processor.h b/kernel/arch/nios2/include/asm/processor.h
index 4944e2e..94bcb86 100644
--- a/kernel/arch/nios2/include/asm/processor.h
+++ b/kernel/arch/nios2/include/asm/processor.h
@@ -38,12 +38,6 @@
#define KUSER_SIZE (PAGE_SIZE)
#ifndef __ASSEMBLY__
-/*
- * Default implementation of macro that returns current
- * instruction pointer ("program counter").
- */
-#define current_text_addr() ({ __label__ _l; _l: &&_l; })
-
# define TASK_SIZE 0x7FFF0000UL
# define TASK_UNMAPPED_BASE (PAGE_ALIGN(TASK_SIZE / 3))
--
Gitblit v1.6.2