projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06e76ac
)
LoongArch: Clean up loongson3_smp_ops declaration
author
Yanteng Si
<siyanteng@loongson.cn>
Tue, 27 Sep 2022 04:34:56 +0000
(12:34 +0800)
committer
Huacai Chen
<chenhuacai@loongson.cn>
Thu, 29 Sep 2022 02:15:00 +0000
(10:15 +0800)
Since loongson3_smp_ops is not used in LoongArch anymore, let's remove
it for cleanup.
Fixes: f2ac457a6138 ("LoongArch: Add CPU definition headers")
Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
arch/loongarch/include/asm/loongson.h
patch
|
blob
|
history
diff --git
a/arch/loongarch/include/asm/loongson.h
b/arch/loongarch/include/asm/loongson.h
index 6e8f6972ceb614c9cd96b3814063006507d71064..00db93edae1ba3f6c37ad0db0ac01b3b06ef06b8 100644
(file)
--- a/
arch/loongarch/include/asm/loongson.h
+++ b/
arch/loongarch/include/asm/loongson.h
@@
-14,8
+14,6
@@
#include <asm/addrspace.h>
#include <asm/bootinfo.h>
-extern const struct plat_smp_ops loongson3_smp_ops;
-
#define LOONGSON_REG(x) \
(*(volatile u32 *)((char *)TO_UNCACHE(LOONGSON_REG_BASE) + (x)))