Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39640
b: refs/heads/master
c: 95625b8
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones committed Oct 21, 2006
1 parent d09208f commit e3efdaf
Show file tree
Hide file tree
Showing 3 changed files with 4 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: fe0f96020d5158b6579548666c842706ce3af371
refs/heads/master: 95625b8f19e1e030c7fe3c010407d90fa248c68f
2 changes: 2 additions & 0 deletions trunk/arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ static int acpi_cpufreq_early_init(void)
return 0;
}

#ifdef CONFIG_SMP
/*
* Some BIOSes do SW_ANY coordination internally, either set it up in hw
* or do it in BIOS firmware and won't inform about it to OS. If not
Expand All @@ -580,6 +581,7 @@ static struct dmi_system_id sw_any_bug_dmi_table[] = {
},
{ }
};
#endif

static int acpi_cpufreq_cpu_init(struct cpufreq_policy *policy)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ static int centrino_cpu_early_init_acpi(void)
}


#ifdef CONFIG_SMP
/*
* Some BIOSes do SW_ANY coordination internally, either set it up in hw
* or do it in BIOS firmware and won't inform about it to OS. If not
Expand All @@ -392,7 +393,6 @@ static int sw_any_bug_found(struct dmi_system_id *d)
return 0;
}

#ifdef CONFIG_SMP
static struct dmi_system_id sw_any_bug_dmi_table[] = {
{
.callback = sw_any_bug_found,
Expand Down

0 comments on commit e3efdaf

Please sign in to comment.