mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-02 08:34:20 +08:00
powerpc/time: Fix some style issues
Fix some formatting issues and use the DECREMENTER_MAX define instead of 0x7fffffff. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
68568add2c
commit
621692cb7e
@ -636,9 +636,9 @@ static void generic_suspend_disable_irqs(void)
|
||||
* with suspending.
|
||||
*/
|
||||
|
||||
set_dec(0x7fffffff);
|
||||
set_dec(DECREMENTER_MAX);
|
||||
local_irq_disable();
|
||||
set_dec(0x7fffffff);
|
||||
set_dec(DECREMENTER_MAX);
|
||||
}
|
||||
|
||||
static void generic_suspend_enable_irqs(void)
|
||||
|
Loading…
Reference in New Issue
Block a user