-
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.
- Loading branch information
Tony Luck
committed
Aug 29, 2005
1 parent
697b1fc
commit b7c89dd
Showing
69 changed files
with
929 additions
and
246 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: f8220c7f15c54aefb4976ad7c6e2aa98b27a8ce8 | ||
refs/heads/master: b946ecbb11145ae2f375d2d7289a6e7280462b02 |
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
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.