diff options
author | Frans Pop <elendil@planet.nl> | 2010-02-06 12:47:13 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-02-27 06:53:25 -0500 |
commit | 52d7ecd033316b0540a6ac4af70574fae4aba295 (patch) | |
tree | accc9c75a7beb2e0692cead575b9792878938511 /arch/mips/cavium-octeon/smp.c | |
parent | f86a69b15f60965a224e7e2516ad41070692cc19 (diff) |
MIPS: Remove trailing space in messages
Signed-off-by: Frans Pop <elendil@planet.nl>
To: linux-kernel@vger.kernel.org
Cc: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/946/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/cavium-octeon/smp.c')
-rw-r--r-- | arch/mips/cavium-octeon/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/cavium-octeon/smp.c b/arch/mips/cavium-octeon/smp.c index c198efdf583e..51e980290ce1 100644 --- a/arch/mips/cavium-octeon/smp.c +++ b/arch/mips/cavium-octeon/smp.c | |||
@@ -327,7 +327,7 @@ static void octeon_cpu_die(unsigned int cpu) | |||
327 | avail_coremask); | 327 | avail_coremask); |
328 | } | 328 | } |
329 | 329 | ||
330 | pr_info("Reset core %d. Available Coremask = %x \n", coreid, | 330 | pr_info("Reset core %d. Available Coremask = %x\n", coreid, |
331 | avail_coremask); | 331 | avail_coremask); |
332 | cvmx_write_csr(CVMX_CIU_PP_RST, 1 << coreid); | 332 | cvmx_write_csr(CVMX_CIU_PP_RST, 1 << coreid); |
333 | cvmx_write_csr(CVMX_CIU_PP_RST, 0); | 333 | cvmx_write_csr(CVMX_CIU_PP_RST, 0); |