Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157110
b: refs/heads/master
c: ce8442b
h: refs/heads/master
v: v3
  • Loading branch information
Yinghai Lu authored and Linus Torvalds committed Aug 27, 2009
1 parent 9f2bd49 commit 4463136
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0d288162f2afc42b37aab656f4622c076babbca3
refs/heads/master: ce8442b55135c679809311997d1446f3bbc05de2
6 changes: 6 additions & 0 deletions trunk/drivers/acpi/processor_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1151,6 +1151,9 @@ static int __init acpi_processor_init(void)
{
int result = 0;

if (acpi_disabled)
return 0;

memset(&errata, 0, sizeof(errata));

#ifdef CONFIG_SMP
Expand Down Expand Up @@ -1197,6 +1200,9 @@ static int __init acpi_processor_init(void)

static void __exit acpi_processor_exit(void)
{
if (acpi_disabled)
return;

acpi_processor_ppc_exit();

acpi_thermal_cpufreq_exit();
Expand Down

0 comments on commit 4463136

Please sign in to comment.