summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/smtc.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2012-01-11 15:40:27 +0100
committerRalf Baechle <ralf@linux-mips.org>2012-01-11 15:40:27 +0100
commit5b0ec2efb7d373faa7b1a7632c459b93895d45cd (patch)
tree4f9e12003a5acf46c1aea74e7835b4e72814bf93 /arch/mips/kernel/smtc.c
parent5611cc4572e889b62a7b4c72a413536bf6a9c416 (diff)
parent3d18c98367eac23555ea4887c4f570423474eeaf (diff)
downloadblackbird-op-linux-5b0ec2efb7d373faa7b1a7632c459b93895d45cd.tar.gz
blackbird-op-linux-5b0ec2efb7d373faa7b1a7632c459b93895d45cd.zip
Merge branch 'fixes-for-linus' into mips-for-linux-next
Diffstat (limited to 'arch/mips/kernel/smtc.c')
-rw-r--r--arch/mips/kernel/smtc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/kernel/smtc.c b/arch/mips/kernel/smtc.c
index f0895e70e283..b1eea63cc988 100644
--- a/arch/mips/kernel/smtc.c
+++ b/arch/mips/kernel/smtc.c
@@ -559,7 +559,7 @@ void smtc_prepare_cpus(int cpus)
pipi = kmalloc(nipi *sizeof(struct smtc_ipi), GFP_KERNEL);
if (pipi == NULL)
- panic("kmalloc of IPI message buffers failed\n");
+ panic("kmalloc of IPI message buffers failed");
else
printk("IPI buffer pool of %d buffers\n", nipi);
for (i = 0; i < nipi; i++) {
@@ -813,7 +813,7 @@ void smtc_send_ipi(int cpu, int type, unsigned int action)
if (pipi == NULL) {
bust_spinlocks(1);
mips_mt_regdump(dvpe());
- panic("IPI Msg. Buffers Depleted\n");
+ panic("IPI Msg. Buffers Depleted");
}
pipi->type = type;
pipi->arg = (void *)action;
OpenPOWER on IntegriCloud