Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70918
b: refs/heads/master
c: c30db24
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Oct 17, 2007
1 parent 413b5cf commit 3b19a08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f3e8d1da389fe2e514e31f6e93c690c8e1243849
refs/heads/master: c30db2480e8e6db08e64eb7e6778fb00bb01266f
7 changes: 4 additions & 3 deletions trunk/arch/mips/au1000/common/power.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,9 +403,9 @@ static int pm_do_freq(ctl_table * ctl, int write, struct file *file,
}


/* We don't want _any_ interrupts other than
* match20. Otherwise our au1000_calibrate_delay()
* calculation will be off, potentially a lot.
/*
* We don't want _any_ interrupts other than match20. Otherwise our
* au1000_calibrate_delay() calculation will be off, potentially a lot.
*/
intc0_mask = save_local_and_disable(0);
intc1_mask = save_local_and_disable(1);
Expand All @@ -414,6 +414,7 @@ static int pm_do_freq(ctl_table * ctl, int write, struct file *file,
au1000_calibrate_delay();
restore_local_and_enable(0, intc0_mask);
restore_local_and_enable(1, intc1_mask);

return retval;
}

Expand Down

0 comments on commit 3b19a08

Please sign in to comment.