Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19763
b: refs/heads/master
c: 76b461c
h: refs/heads/master
i:
  19761: 1bfc0dc
  19759: 10472f0
v: v3
  • Loading branch information
Venkatesh Pallipadi authored and Linus Torvalds committed Feb 5, 2006
1 parent 6e416e3 commit fa580e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 226d780909f71bebfa4dfffa21493244aa22dfdc
refs/heads/master: 76b461c21468f41837283b7888d55f1c0671f719
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/processor_idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ static int acpi_processor_power_verify(struct acpi_processor *pr)
case ACPI_STATE_C3:
acpi_processor_power_verify_c3(pr, cx);
#ifdef ARCH_APICTIMER_STOPS_ON_C3
if (c->x86_vendor == X86_VENDOR_INTEL) {
if (cx->valid && c->x86_vendor == X86_VENDOR_INTEL) {
on_each_cpu(switch_APIC_timer_to_ipi,
&mask, 1, 1);
}
Expand Down

0 comments on commit fa580e9

Please sign in to comment.