public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>
To: liguang <lig.fnst@cn.fujitsu.com>
Cc: linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org,
	x86@kernel.org, rientjes@google.com
Subject: Re: [PATCH v2 3/4] acpi: add clock_domain field to acpi_srat_cpu_affinity
Date: Tue, 5 Feb 2013 14:34:13 +0900	[thread overview]
Message-ID: <511099D5.1020209@jp.fujitsu.com> (raw)
In-Reply-To: <1360031838-26898-4-git-send-email-lig.fnst@cn.fujitsu.com>

2013/02/05 11:37, liguang wrote:
> according to ACPI SPEC v5.0, page 152,
> 5.2.16.1 Processor Local APIC/SAPIC Affinity Structure,
> the last member of it is clock_domain.
> 
> Signed-off-by: liguang <lig.fnst@cn.fujitsu.com>
> ---

Reviewed-by: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>

Thanks,
Yasuaki Ishimatsu

>   include/acpi/actbl1.h |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h
> index 280fc45..98031a3 100644
> --- a/include/acpi/actbl1.h
> +++ b/include/acpi/actbl1.h
> @@ -922,7 +922,7 @@ struct acpi_srat_cpu_affinity {
>   	u32 flags;
>   	u8 local_sapic_eid;
>   	u8 proximity_domain_hi[3];
> -	u32 reserved;		/* Reserved, must be zero */
> +	u32 clock_domain;
>   };
>   
>   /* Flags */
> 

  parent reply	other threads:[~2013-02-05  5:34 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-05  2:37 [PATCH v2 0/4] acpi: do some changes for numa info liguang
2013-02-05  2:37 ` [PATCH v2 1/4] acpi: move x86/mm/srat.c to x86/kernel/acpi/srat.c liguang
2013-02-05  4:44   ` Yasuaki Ishimatsu
2013-02-05  4:49     ` li guang
2013-02-05  5:35   ` David Rientjes
2013-02-05  5:45     ` li guang
2013-02-05  2:37 ` [PATCH v2 2/4] numa: avoid export acpi_numa variable liguang
2013-02-05  5:27   ` Yasuaki Ishimatsu
2013-02-05  5:39   ` David Rientjes
2013-02-05  5:44     ` li guang
2013-02-05  2:37 ` [PATCH v2 3/4] acpi: add clock_domain field to acpi_srat_cpu_affinity liguang
2013-02-05  5:31   ` David Rientjes
2013-02-05  5:34   ` Yasuaki Ishimatsu [this message]
2013-02-05  2:37 ` [PATCH v2 4/4] remove include asm/acpi.h in process_driver.c liguang
2013-02-05  5:42   ` David Rientjes
2013-02-05  5:43   ` Yasuaki Ishimatsu

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=511099D5.1020209@jp.fujitsu.com \
    --to=isimatu.yasuaki@jp.fujitsu.com \
    --cc=lig.fnst@cn.fujitsu.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rientjes@google.com \
    --cc=x86@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox