]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/kernel/smtc.c
[MIPS] SMTC: Close tiny holes in the SMTC IPI replay system.
[linux-2.6-omap-h63xx.git] / arch / mips / kernel / smtc.c
index 05f2708a9029e7ae965a7a55dfcf51eb3cb101b2..39b491b9ad87ab8beeba2cf313d79a8e380dddcf 100644 (file)
@@ -70,7 +70,7 @@ static atomic_t ipi_timer_latch[NR_CPUS];
 
 #define IPIBUF_PER_CPU 4
 
-static struct smtc_ipi_q IPIQ[NR_CPUS];
+struct smtc_ipi_q IPIQ[NR_CPUS];
 static struct smtc_ipi_q freeIPIq;