mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:24:45 +01:00
mips/octeon/smp: Remove space before newline
There is an extraneous space before a newline in a pr_info message. Remove it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
parent
1b237f190e
commit
12d7b0f093
1 changed files with 1 additions and 1 deletions
|
|
@ -334,7 +334,7 @@ static void octeon_cpu_die(unsigned int cpu)
|
|||
new_mask = *p;
|
||||
}
|
||||
|
||||
pr_info("Reset core %d. Available Coremask = 0x%x \n", coreid, new_mask);
|
||||
pr_info("Reset core %d. Available Coremask = 0x%x\n", coreid, new_mask);
|
||||
mb();
|
||||
cvmx_write_csr(CVMX_CIU_PP_RST, 1 << coreid);
|
||||
cvmx_write_csr(CVMX_CIU_PP_RST, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue