From: Keir Fraser <keir.xen@gmail.com>
To: Jan Beulich <JBeulich@suse.com>, xen-devel <xen-devel@lists.xen.org>
Subject: Re: [PATCH] x86/cpuidle: improve data arrangement
Date: Thu, 08 Mar 2012 14:05:08 +0000 [thread overview]
Message-ID: <CB7E6D14.2DF3E%keir.xen@gmail.com> (raw)
In-Reply-To: <4F58B84D0200007800077237@nat28.tlf.novell.com>
On 08/03/2012 12:46, "Jan Beulich" <JBeulich@suse.com> wrote:
> .. to reduce the amount of holes (wasted space).
>
> Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
> --- a/xen/include/xen/cpuidle.h
> +++ b/xen/include/xen/cpuidle.h
> @@ -40,9 +40,9 @@
> struct acpi_processor_cx
> {
> u8 idx;
> - u8 type;
> - u32 address;
> + u8 type; /* ACPI_STATE_Cn */
> u8 entry_method; /* ACPI_CSTATE_EM_xxx */
> + u32 address;
> u32 latency;
> u32 latency_ticks;
> u32 power;
> @@ -66,8 +66,8 @@ struct acpi_processor_power
> struct acpi_processor_flags flags;
> struct acpi_processor_cx *last_state;
> struct acpi_processor_cx *safe_state;
> - u32 last_residency;
> void *gdata; /* governor specific data */
> + u32 last_residency;
> u32 count;
> struct acpi_processor_cx states[ACPI_PROCESSOR_MAX_POWER];
> };
>
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
next prev parent reply other threads:[~2012-03-08 14:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-08 12:46 [PATCH] x86/cpuidle: improve data arrangement Jan Beulich
2012-03-08 14:05 ` Keir Fraser [this message]
2012-03-08 14:44 ` Jan Beulich
2012-03-08 15:25 ` Keir Fraser
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=CB7E6D14.2DF3E%keir.xen@gmail.com \
--to=keir.xen@gmail.com \
--cc=JBeulich@suse.com \
--cc=xen-devel@lists.xen.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.