mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +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
|
@ -105,7 +105,7 @@ static int lasat_panic_prom_monitor(struct notifier_block *this,
|
|||
return NOTIFY_DONE;
|
||||
}
|
||||
|
||||
static struct notifier_block lasat_panic_block[] =
|
||||
static struct notifier_block lasat_panic_block[] =
|
||||
{
|
||||
{ lasat_panic_display, NULL, INT_MAX },
|
||||
{ lasat_panic_prom_monitor, NULL, INT_MIN }
|
||||
|
@ -120,7 +120,7 @@ static void lasat_timer_setup(struct irqaction *irq)
|
|||
{
|
||||
|
||||
write_c0_compare(
|
||||
read_c0_count() +
|
||||
read_c0_count() +
|
||||
mips_hpt_frequency / HZ);
|
||||
change_c0_status(ST0_IM, IE_IRQ0 | IE_IRQ5);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue