diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-02-05 00:33:21 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-02-06 16:53:22 +0000 |
commit | 5868756dcbf4b585c3c485e43fc36844c038cef5 (patch) | |
tree | 5563d25fda02e39335a96d97c20917f818edbdef /include/asm-mips | |
parent | 99d233fa9bba1916050dd27d74530342af68b6db (diff) |
[MIPS] SMTC: Make a bunch of functions and variables static.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips')
-rw-r--r-- | include/asm-mips/smtc_ipi.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-mips/smtc_ipi.h b/include/asm-mips/smtc_ipi.h index f22c3e2f993..55f3419f654 100644 --- a/include/asm-mips/smtc_ipi.h +++ b/include/asm-mips/smtc_ipi.h @@ -44,9 +44,6 @@ struct smtc_ipi_q { int depth; }; -extern struct smtc_ipi_q IPIQ[NR_CPUS]; -extern struct smtc_ipi_q freeIPIq; - static inline void smtc_ipi_nq(struct smtc_ipi_q *q, struct smtc_ipi *p) { long flags; |