diff options
author | Kevin D. Kissell <kevink@paralogos.com> | 2008-09-09 21:35:01 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-03 17:58:58 +0100 |
commit | d2bb01b042a38219fbddaafc214c5beb96248d2f (patch) | |
tree | 6a0380166400d7ad2b61dead8dab933ba8d43d6a /arch/mips/kernel/smtc.c | |
parent | 9cc123631b6630948eb5059d218f44424888daa7 (diff) | |
download | talos-op-linux-d2bb01b042a38219fbddaafc214c5beb96248d2f.tar.gz talos-op-linux-d2bb01b042a38219fbddaafc214c5beb96248d2f.zip |
[MIPS] SMTC: Close tiny holes in the SMTC IPI replay system.
Signed-off-by: Kevin D. Kissell <kevink@paralogos.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/smtc.c')
-rw-r--r-- | arch/mips/kernel/smtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/smtc.c b/arch/mips/kernel/smtc.c index 05f2708a9029..39b491b9ad87 100644 --- a/arch/mips/kernel/smtc.c +++ b/arch/mips/kernel/smtc.c @@ -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; |