Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147458
b: refs/heads/master
c: 251e8e3
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed May 15, 2009
1 parent e4fe9c6 commit 9f8f3d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 9029a5e3801f1cc7cdaab80169d82427acf928d8
refs/heads/master: 251e8e3c7235f5944805a64f24c79fc4696793f1
2 changes: 0 additions & 2 deletions trunk/drivers/acpi/processor_idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,6 @@ static inline void acpi_idle_do_entry(struct acpi_processor_cx *cx)
{
/* Don't trace irqs off for idle */
stop_critical_timings();
perf_disable();
if (cx->entry_method == ACPI_CSTATE_FFH) {
/* Call into architectural FFH based C-state */
acpi_processor_ffh_cstate_enter(cx);
Expand All @@ -780,7 +779,6 @@ static inline void acpi_idle_do_entry(struct acpi_processor_cx *cx)
gets asserted in time to freeze execution properly. */
unused = inl(acpi_gbl_FADT.xpm_timer_block.address);
}
perf_enable();
start_critical_timings();
}

Expand Down

0 comments on commit 9f8f3d4

Please sign in to comment.