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/nds32/include/asm/memory.h |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/kernel/arch/nds32/include/asm/memory.h b/kernel/arch/nds32/include/asm/memory.h
index 60efc72..940d328 100644
--- a/kernel/arch/nds32/include/asm/memory.h
+++ b/kernel/arch/nds32/include/asm/memory.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 // Copyright (C) 2005-2017 Andes Technology Corporation
 
 #ifndef __ASM_NDS32_MEMORY_H
@@ -13,14 +13,6 @@
 
 #ifndef PHYS_OFFSET
 #define PHYS_OFFSET     (0x0)
-#endif
-
-#ifndef __virt_to_bus
-#define __virt_to_bus	__virt_to_phys
-#endif
-
-#ifndef __bus_to_virt
-#define __bus_to_virt	__phys_to_virt
 #endif
 
 /*

--
Gitblit v1.6.2