diff options
Diffstat (limited to 'arch/mips/au1000/common')
-rw-r--r-- | arch/mips/au1000/common/power.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/mips/au1000/common/power.c b/arch/mips/au1000/common/power.c index 6f57f72a7d57..54047d69b820 100644 --- a/arch/mips/au1000/common/power.c +++ b/arch/mips/au1000/common/power.c | |||
@@ -403,9 +403,9 @@ static int pm_do_freq(ctl_table * ctl, int write, struct file *file, | |||
403 | } | 403 | } |
404 | 404 | ||
405 | 405 | ||
406 | /* We don't want _any_ interrupts other than | 406 | /* |
407 | * match20. Otherwise our au1000_calibrate_delay() | 407 | * We don't want _any_ interrupts other than match20. Otherwise our |
408 | * calculation will be off, potentially a lot. | 408 | * au1000_calibrate_delay() calculation will be off, potentially a lot. |
409 | */ | 409 | */ |
410 | intc0_mask = save_local_and_disable(0); | 410 | intc0_mask = save_local_and_disable(0); |
411 | intc1_mask = save_local_and_disable(1); | 411 | intc1_mask = save_local_and_disable(1); |
@@ -414,6 +414,7 @@ static int pm_do_freq(ctl_table * ctl, int write, struct file *file, | |||
414 | au1000_calibrate_delay(); | 414 | au1000_calibrate_delay(); |
415 | restore_local_and_enable(0, intc0_mask); | 415 | restore_local_and_enable(0, intc0_mask); |
416 | restore_local_and_enable(1, intc1_mask); | 416 | restore_local_and_enable(1, intc1_mask); |
417 | |||
417 | return retval; | 418 | return retval; |
418 | } | 419 | } |
419 | 420 | ||