All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mips:Remove unneeded duplicate declaration of cpu_callin_map in smp.h
@ 2015-05-08 14:12 Nicholas Krause
  2015-05-08 14:51   ` James Hogan
  0 siblings, 1 reply; 4+ messages in thread
From: Nicholas Krause @ 2015-05-08 14:12 UTC (permalink / raw)
  To: ralf; +Cc: chenhc, andreas.herrmann, rusty, linux-mips, linux-kernel

This removes the unneeded duplicate declaration of cpu_callin_map
in smp.h due to use already declaring it in the file,smp.c that
already uses it internally for functions required this variable
for their various internal work.

Signed-off-by: Nicholas Krause <xerofoify@gmail.com>
---
 arch/mips/include/asm/smp.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/mips/include/asm/smp.h b/arch/mips/include/asm/smp.h
index bb02fac..7752011 100644
--- a/arch/mips/include/asm/smp.h
+++ b/arch/mips/include/asm/smp.h
@@ -45,8 +45,6 @@ extern int __cpu_logical_map[NR_CPUS];
 #define SMP_DUMP		0x8
 #define SMP_ASK_C0COUNT		0x10
 
-extern volatile cpumask_t cpu_callin_map;
-
 /* Mask of CPUs which are currently definitely operating coherently */
 extern cpumask_t cpu_coherent_mask;
 
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-05-08 14:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-08 14:12 [PATCH] mips:Remove unneeded duplicate declaration of cpu_callin_map in smp.h Nicholas Krause
2015-05-08 14:51 ` James Hogan
2015-05-08 14:51   ` James Hogan
2015-05-08 14:57   ` nick

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.