projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed22bb8
)
powerpc/machdep: remove suspend_disable_cpu()
author
Nathan Lynch
<nathanl@linux.ibm.com>
Mon, 7 Dec 2020 21:51:52 +0000
(15:51 -0600)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Tue, 8 Dec 2020 10:41:01 +0000
(21:41 +1100)
There are no users left of the suspend_disable_cpu() callback, remove
it.
Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://lore.kernel.org/r/20201207215200.1785968-21-nathanl@linux.ibm.com
arch/powerpc/include/asm/machdep.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/include/asm/machdep.h
b/arch/powerpc/include/asm/machdep.h
index 475687f24f4ad23f6af839a8ffd27cc3d0d21c74..cf6ebbc16cb47c8d28804b33d1a280250d3ec3ee 100644
(file)
--- a/
arch/powerpc/include/asm/machdep.h
+++ b/
arch/powerpc/include/asm/machdep.h
@@
-207,7
+207,6
@@
struct machdep_calls {
void (*suspend_disable_irqs)(void);
void (*suspend_enable_irqs)(void);
#endif
- int (*suspend_disable_cpu)(void);
#ifdef CONFIG_ARCH_CPU_PROBE_RELEASE
ssize_t (*cpu_probe)(const char *, size_t);