Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147223
b: refs/heads/master
c: 37a2542
h: refs/heads/master
i:
  147221: 56355bd
  147219: 5dc4120
  147215: e65601b
v: v3
  • Loading branch information
Ingo Molnar committed Feb 16, 2009
1 parent 7698596 commit ad0ca2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 73ca2f8380311115723c7afe811f3ed1f0ba945e
refs/heads/master: 37a25424252b6cff4dd4b1937ab6a1dbfcadabcc
4 changes: 0 additions & 4 deletions trunk/drivers/acpi/processor_idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -826,12 +826,9 @@ static inline void acpi_idle_do_entry(struct acpi_processor_cx *cx)
{
u64 perf_flags;

u64 pctrl;

/* Don't trace irqs off for idle */
stop_critical_timings();
perf_flags = hw_perf_save_disable();
pctrl = hw_perf_save_disable();
if (cx->entry_method == ACPI_CSTATE_FFH) {
/* Call into architectural FFH based C-state */
acpi_processor_ffh_cstate_enter(cx);
Expand All @@ -847,7 +844,6 @@ static inline void acpi_idle_do_entry(struct acpi_processor_cx *cx)
unused = inl(acpi_gbl_FADT.xpm_timer_block.address);
}
hw_perf_restore(perf_flags);
hw_perf_restore(pctrl);
start_critical_timings();
}

Expand Down

0 comments on commit ad0ca2d

Please sign in to comment.