summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorChao Li <lichao@loongson.cn>2024-08-29 15:56:55 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-08-30 19:54:01 +0000
commitf6092b5e2be20139393a58bf454fb000020a3918 (patch)
treea3ae1f149342df546ad8a5061397d5edc476818a /MdePkg
parentbc518f81fd8c3b2f17220aded95acf8ab41cd65e (diff)
downloadedk2-f6092b5e2be20139393a58bf454fb000020a3918.tar.gz
edk2-f6092b5e2be20139393a58bf454fb000020a3918.tar.bz2
edk2-f6092b5e2be20139393a58bf454fb000020a3918.zip
MdePkg: Remove the old name of LoongArch CSR 0x20
Since all places where the old name was used for the LoongArch CSR 0x20 regiser have been changed to the new name, the old name is removed. Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Zhiguang Liu <zhiguang.liu@intel.com> Signed-off-by: Chao Li <lichao@loongson.cn>
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Register/LoongArch64/Csr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/MdePkg/Include/Register/LoongArch64/Csr.h b/MdePkg/Include/Register/LoongArch64/Csr.h
index 0f04b7ab5b..fe2ebd9f16 100644
--- a/MdePkg/Include/Register/LoongArch64/Csr.h
+++ b/MdePkg/Include/Register/LoongArch64/Csr.h
@@ -112,7 +112,6 @@
//
// Config CSR registers
//
-#define LOONGARCH_CSR_CPUNUM 0x20 // CPU core number
#define LOONGARCH_CSR_CPUID 0x20 // CPU core ID
#define LOONGARCH_CSR_PRCFG1 0x21 // Config1
#define LOONGARCH_CSR_PRCFG2 0x22 // Config2