-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 6671 b: refs/heads/master c: 3290580 h: refs/heads/master i: 6669: d2ed330 6667: f87fc05 6663: 97a02bd 6655: 62d18c7 v: v3
- Loading branch information
Tony Luck
committed
Aug 29, 2005
1 parent
8276b3f
commit 775053f
Showing
98 changed files
with
3,316 additions
and
553 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 1b66776da71e33dff5edcc0b096ec3b7c40c75ad | ||
refs/heads/master: 329058028523a5b36de449f130111b7671a4f269 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
VERSION = 2 | ||
PATCHLEVEL = 6 | ||
SUBLEVEL = 13 | ||
EXTRAVERSION =-rc7 | ||
EXTRAVERSION = | ||
NAME=Woozy Numbat | ||
|
||
# *DOCUMENTATION* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
|
||
# | ||
# CPU Frequency scaling | ||
# | ||
|
||
menu "CPU Frequency scaling" | ||
|
||
source "drivers/cpufreq/Kconfig" | ||
|
||
if CPU_FREQ | ||
|
||
comment "CPUFreq processor drivers" | ||
|
||
config IA64_ACPI_CPUFREQ | ||
tristate "ACPI Processor P-States driver" | ||
select CPU_FREQ_TABLE | ||
depends on ACPI_PROCESSOR | ||
help | ||
This driver adds a CPUFreq driver which utilizes the ACPI | ||
Processor Performance States. | ||
|
||
For details, take a look at <file:Documentation/cpu-freq/>. | ||
|
||
If in doubt, say N. | ||
|
||
endif # CPU_FREQ | ||
|
||
endmenu | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
obj-$(CONFIG_IA64_ACPI_CPUFREQ) += acpi-cpufreq.o |
Oops, something went wrong.