mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[PATCH] mips: nuke trailing whitespace
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
875d43e72b
commit
42a3b4f25a
137 changed files with 596 additions and 596 deletions
|
@ -687,8 +687,8 @@ void handle_exception (struct gdb_regs *regs)
|
|||
* acquire the big kgdb spinlock
|
||||
*/
|
||||
if (!spin_trylock(&kgdb_lock)) {
|
||||
/*
|
||||
* some other CPU has the lock, we should go back to
|
||||
/*
|
||||
* some other CPU has the lock, we should go back to
|
||||
* receive the gdb_wait IPC
|
||||
*/
|
||||
return;
|
||||
|
@ -703,7 +703,7 @@ void handle_exception (struct gdb_regs *regs)
|
|||
async_bp.addr = 0;
|
||||
}
|
||||
|
||||
/*
|
||||
/*
|
||||
* acquire the CPU spinlocks
|
||||
*/
|
||||
for (i = num_online_cpus()-1; i >= 0; i--)
|
||||
|
@ -894,7 +894,7 @@ void handle_exception (struct gdb_regs *regs)
|
|||
ptr = &input_buffer[1];
|
||||
if (hexToLong(&ptr, &addr))
|
||||
regs->cp0_epc = addr;
|
||||
|
||||
|
||||
goto exit_kgdb_exception;
|
||||
break;
|
||||
|
||||
|
@ -1001,7 +1001,7 @@ void breakpoint(void)
|
|||
return;
|
||||
|
||||
__asm__ __volatile__(
|
||||
".globl breakinst\n\t"
|
||||
".globl breakinst\n\t"
|
||||
".set\tnoreorder\n\t"
|
||||
"nop\n"
|
||||
"breakinst:\tbreak\n\t"
|
||||
|
@ -1014,7 +1014,7 @@ void breakpoint(void)
|
|||
void async_breakpoint(void)
|
||||
{
|
||||
__asm__ __volatile__(
|
||||
".globl async_breakinst\n\t"
|
||||
".globl async_breakinst\n\t"
|
||||
".set\tnoreorder\n\t"
|
||||
"nop\n"
|
||||
"async_breakinst:\tbreak\n\t"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue