aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2016-06-29 07:25:33 -0400
committerMichael Ellerman <mpe@ellerman.id.au>2016-07-07 08:03:10 -0400
commitfc022fdf41b7f8c48714af154bec951a92cb6cb6 (patch)
tree746044b59dbd3a18b6fa8e7ef3a6be9afd1992f3
parentd468fcafb7a42f4e5a73219692dc4fd34b8440f3 (diff)
powerpc/kernel: Drop unused extern for current_set
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
-rw-r--r--arch/powerpc/mm/init_32.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/mm/init_32.c b/arch/powerpc/mm/init_32.c
index c899fe340bbd..e2d7ba124618 100644
--- a/arch/powerpc/mm/init_32.c
+++ b/arch/powerpc/mm/init_32.c
@@ -80,9 +80,6 @@ EXPORT_SYMBOL(agp_special_page);
80 80
81void MMU_init(void); 81void MMU_init(void);
82 82
83/* XXX should be in current.h -- paulus */
84extern struct task_struct *current_set[NR_CPUS];
85
86/* 83/*
87 * this tells the system to map all of ram with the segregs 84 * this tells the system to map all of ram with the segregs
88 * (i.e. page tables) instead of the bats. 85 * (i.e. page tables) instead of the bats.