All of lore.kernel.org
 help / color / mirror / Atom feed
From: Janosch Machowinski <scotch@tzi.de>
To: "Eduard Giménez Cerdà" <edu@badopi.org>
Cc: linux-acpi@vger.kernel.org
Subject: Re: C-States Usage/Accounting
Date: Thu, 22 Feb 2007 20:31:37 +0100	[thread overview]
Message-ID: <45DDEF99.40102@tzi.de> (raw)
In-Reply-To: <FE6DEEF0-61B3-44D4-AA62-E8CE04C7FD8E@badopi.org>

Eduard Giménez Cerdà schrieb:
> Hello,
> 
> I've two machines with the following configuration:
>     Processor:    Intel Core Solo T1300 / Intel Celeron M 420
>     Mainboard:    Asus N4L-VM DH with Intel 945GM Chipset with an AMI BIOS
>     (I suppose the drives and the memory are not important)
> 
> With the vanilla kernels 2.6.18 and 2.6.19 the 
> /proc/acpi/processor/CPU1/info file shows that there is no bus mastering 
> nor power management, and looking at /proc/acpi/processor/CPU1/power the 
> states accounting only shows the C1 state but without any data (0 or -- 
> on all the values), although it shows that the maximum C-State is C8.
C8 is the maximum C-State supported by Linux.

Actually is could be, that nothing is broken. If the bios does not 
export more than one C-State, than everything is (from the view of 
linux) ok. If you want to find out, what C-States are exported by the 
bios, decompile your DSDT (can be found under /proc/acpi/dsdt) with the 
  IASL compiler 
(http://www.intel.com/technology/iapc/acpi/license2.htm), and search in 
the decompiled version for _CST. More information about the _CST object 
can be found in the ACPI-Specification (www.acpi.info)

	Janosch

-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2007-02-22 19:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-22 16:08 C-States Usage/Accounting Eduard Giménez Cerdà
2007-02-22 19:31 ` Janosch Machowinski [this message]
2007-03-02 10:11   ` C-States usage on 2.6.18 is ok, but fails on 2.6.{19,20,20.1} (was: C-States Usage/Accounting) Eduard Giménez Cerdà

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45DDEF99.40102@tzi.de \
    --to=scotch@tzi.de \
    --cc=edu@badopi.org \
    --cc=linux-acpi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.