https://bugzilla.kernel.org/show_bug.cgi?id=19702
--- Comment #25 from Peter Ganzhorn <[email protected]> 2010-10-19 14:13:07 --- Here's what I have in # ls /sys/firmware/acpi/tables/ APIC DSDT FACP HPET SLIC SSDT2 SSDT4 SSDT6 SSDT8 BOOT dynamic FACS MCFG SSDT1 SSDT3 SSDT5 SSDT7 TCPA I guess you want the SSDT* . Do you need any other files from there? Further I applied your two patches to 2.6.36-rc8 and without the boot parameter I'm getting: # cat /sys/devices/system/cpu/cpu*/cpufreq/shared_type 2 2 With processor.disable_hw_coord=1 I'm getting the exact same thing: # uname -rs Linux 2.6.36-rc8-pgzh # dmesg | grep hw_coord Kernel command line: BOOT_IMAGE=/vmlinuz.exp root=/dev/sda3 ro processor.disable_hw_coord=1 centauri:/home/pgzh# cat /sys/devices/system/cpu/cpu*/cpufreq/shared_type 2 2 There's no change in CPUFREQ behavior as well - I'm stuck with the lowest freq unless I lower up_threshold. In the CPUFREQ drivers section in kconfig I have the following set: # CONFIG_X86_PCC_CPUFREQ is not set Should this be enabled? I only got the ACPI driver enabled right now. (CONFIG_X86_ACPI_CPUFREQ=m) -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
