[PATCH] mips:Remove unneeded duplicate declaration of cpu_callin_map in smp.h

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxx>
---
 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






[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux