Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35860
b: refs/heads/master
c: 2b94ab2
h: refs/heads/master
v: v3
  • Loading branch information
Fernando Luis V�zquez Cao authored and Andi Kleen committed Sep 26, 2006
1 parent 59a093b commit 74c7564
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 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: 52d522f53f137c7903db22f9196a48ad8658fb2b
refs/heads/master: 2b94ab2fd55768030e177a6ec224dedd031ad06b
3 changes: 1 addition & 2 deletions trunk/arch/x86_64/kernel/apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,7 @@ static int lapic_suspend(struct sys_device *dev, pm_message_t state)
apic_pm_state.apic_tmict = apic_read(APIC_TMICT);
apic_pm_state.apic_tdcr = apic_read(APIC_TDCR);
apic_pm_state.apic_thmr = apic_read(APIC_LVTTHMR);
local_save_flags(flags);
local_irq_disable();
local_irq_save(flags);
disable_local_APIC();
local_irq_restore(flags);
return 0;
Expand Down
3 changes: 1 addition & 2 deletions trunk/arch/x86_64/kernel/genapic_flat.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ static void flat_send_IPI_mask(cpumask_t cpumask, int vector)
unsigned long cfg;
unsigned long flags;

local_save_flags(flags);
local_irq_disable();
local_irq_save(flags);

/*
* Wait for idle.
Expand Down

0 comments on commit 74c7564

Please sign in to comment.