diff options
author | Christophe Leroy <christophe.leroy@csgroup.eu> | 2022-03-04 18:04:03 +0100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2022-03-08 00:05:01 +1100 |
commit | e15c703be48edc3b2f96b66d4f548dc88b44266c (patch) | |
tree | e5e52e969de5fc08c33eee6b74d266e574dc9033 /arch/powerpc/include | |
parent | e86debbbb5f89c2575110cfdce89d1820577aa94 (diff) | |
download | linux-e15c703be48edc3b2f96b66d4f548dc88b44266c.tar.gz linux-e15c703be48edc3b2f96b66d4f548dc88b44266c.tar.bz2 linux-e15c703be48edc3b2f96b66d4f548dc88b44266c.zip |
powerpc/smp: Declare current_set static
current_set extern not needed anymore since
commit eafd825ed710 ("powerpc/64: Simplify __secondary_start
paca->kstack handling")
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/a55eb65c9d7319f0af3c31e3f6ba36522f10003d.1646413435.git.christophe.leroy@csgroup.eu
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/asm-prototypes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/asm-prototypes.h b/arch/powerpc/include/asm/asm-prototypes.h index cca69093f03d..ce4e355c96a2 100644 --- a/arch/powerpc/include/asm/asm-prototypes.h +++ b/arch/powerpc/include/asm/asm-prototypes.h @@ -20,7 +20,6 @@ #include <uapi/asm/ucontext.h> /* SMP */ -extern struct task_struct *current_set[NR_CPUS]; extern struct task_struct *secondary_current; void start_secondary(void *unused); |