From bedbef8ad3e75a304af6361af235302bcc61d06b Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 14 May 2024 06:39:01 +0000
Subject: [PATCH] 修改内核路径
---
kernel/arch/m68k/include/asm/processor.h | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/kernel/arch/m68k/include/asm/processor.h b/kernel/arch/m68k/include/asm/processor.h
index 464e9f5..3750819 100644
--- a/kernel/arch/m68k/include/asm/processor.h
+++ b/kernel/arch/m68k/include/asm/processor.h
@@ -8,12 +8,6 @@
#ifndef __ASM_M68K_PROCESSOR_H
#define __ASM_M68K_PROCESSOR_H
-/*
- * Default implementation of macro that returns current
- * instruction pointer ("program counter").
- */
-#define current_text_addr() ({ __label__ _l; _l: &&_l;})
-
#include <linux/thread_info.h>
#include <asm/segment.h>
#include <asm/fpu.h>
--
Gitblit v1.6.2