projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f88aaba
)
powerpc/xmon: remove unused ppc_parse_cpu() declaration
author
Gaosheng Cui
<cuigaosheng1@huawei.com>
Tue, 13 Sep 2022 07:50:21 +0000
(15:50 +0800)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Thu, 15 Sep 2022 12:55:45 +0000
(22:55 +1000)
ppc_parse_cpu() has been removed since
commit
5b102782c7f4
("powerpc/xmon: Enable disassembly
files (compilation changes)"), so remove it.
Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://lore.kernel.org/r/20220913075029.682327-2-cuigaosheng1@huawei.com
arch/powerpc/xmon/ppc.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/xmon/ppc.h
b/arch/powerpc/xmon/ppc.h
index d00f33dcf192b9906684ff95db16427dc8e06de0..1d98b8dd134efeea96799fee847a7fd144706578 100644
(file)
--- a/
arch/powerpc/xmon/ppc.h
+++ b/
arch/powerpc/xmon/ppc.h
@@
-435,8
+435,6
@@
struct powerpc_macro
extern const struct powerpc_macro powerpc_macros[];
extern const int powerpc_num_macros;
-extern ppc_cpu_t ppc_parse_cpu (ppc_cpu_t, ppc_cpu_t *, const char *);
-
static inline long
ppc_optional_operand_value (const struct powerpc_operand *operand)
{