* [PATCH 1/2] acpi/processor: remove bm_rld_set of acpi_processor_flags
@ 2013-06-04 8:05 liguang
2013-06-04 8:05 ` [PATCH 2/2] xen: remove bm_rld_set of xen_processor_flags liguang
0 siblings, 1 reply; 4+ messages in thread
From: liguang @ 2013-06-04 8:05 UTC (permalink / raw)
To: Len Brown, Rafael J. Wysocki, Konrad Rzeszutek Wilk,
Stefano Stabellini
Cc: Jeremy Fitzhardinge, Liu Jinsong, Jan Beulich, Paul E. McKenney,
linux-acpi, linux-kernel, xen-devel, virtualization, liguang
bm_rld_set seems obsolete now
Signed-off-by: liguang <lig.fnst@cn.fujitsu.com>
---
include/acpi/processor.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/include/acpi/processor.h b/include/acpi/processor.h
index ea69367..cfec509 100644
--- a/include/acpi/processor.h
+++ b/include/acpi/processor.h
@@ -188,7 +188,6 @@ struct acpi_processor_flags {
u8 bm_check:1;
u8 has_cst:1;
u8 power_setup_done:1;
- u8 bm_rld_set:1;
u8 need_hotplug_init:1;
};
--
1.7.2.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] xen: remove bm_rld_set of xen_processor_flags
2013-06-04 8:05 [PATCH 1/2] acpi/processor: remove bm_rld_set of acpi_processor_flags liguang
@ 2013-06-04 8:05 ` liguang
2013-06-04 8:13 ` Jan Beulich
0 siblings, 1 reply; 4+ messages in thread
From: liguang @ 2013-06-04 8:05 UTC (permalink / raw)
To: Len Brown, Rafael J. Wysocki, Konrad Rzeszutek Wilk,
Stefano Stabellini
Cc: Jeremy Fitzhardinge, Liu Jinsong, Jan Beulich, Paul E. McKenney,
linux-acpi, linux-kernel, xen-devel, virtualization, liguang
bm_rld_set seems obsolete now
Signed-off-by: liguang <lig.fnst@cn.fujitsu.com>
---
include/xen/interface/platform.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/include/xen/interface/platform.h b/include/xen/interface/platform.h
index c57d5f6..7ffff33 100644
--- a/include/xen/interface/platform.h
+++ b/include/xen/interface/platform.h
@@ -240,7 +240,6 @@ struct xen_processor_flags {
uint32_t bm_check:1;
uint32_t has_cst:1;
uint32_t power_setup_done:1;
- uint32_t bm_rld_set:1;
};
struct xen_processor_power {
--
1.7.2.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 2/2] xen: remove bm_rld_set of xen_processor_flags
2013-06-04 8:05 ` [PATCH 2/2] xen: remove bm_rld_set of xen_processor_flags liguang
@ 2013-06-04 8:13 ` Jan Beulich
2013-06-04 8:19 ` li guang
0 siblings, 1 reply; 4+ messages in thread
From: Jan Beulich @ 2013-06-04 8:13 UTC (permalink / raw)
To: liguang, Stefano Stabellini, Len Brown, Konrad Rzeszutek Wilk,
Rafael J. Wysocki
Cc: Liu Jinsong, Jeremy Fitzhardinge, xen-devel, linux-kernel,
virtualization, linux-acpi, Paul E. McKenney
>>> On 04.06.13 at 10:05, liguang <lig.fnst@cn.fujitsu.com> wrote:
> bm_rld_set seems obsolete now
>
> Signed-off-by: liguang <lig.fnst@cn.fujitsu.com>
> ---
> include/xen/interface/platform.h | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/include/xen/interface/platform.h
> b/include/xen/interface/platform.h
> index c57d5f6..7ffff33 100644
> --- a/include/xen/interface/platform.h
> +++ b/include/xen/interface/platform.h
> @@ -240,7 +240,6 @@ struct xen_processor_flags {
> uint32_t bm_check:1;
> uint32_t has_cst:1;
> uint32_t power_setup_done:1;
> - uint32_t bm_rld_set:1;
> };
>
> struct xen_processor_power {
Any such patch would need to be submitted against the master copy
of the header (in the Xen repo), and by recognizing that you'd also
notice that this is part of a public ABI, and hence can't be removed,
but at best can be documented as obsolete. Of course you'd first
need to check whether the hypervisor makes any use of that bit
when passed down from Dom0.
Jan
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 2/2] xen: remove bm_rld_set of xen_processor_flags
2013-06-04 8:13 ` Jan Beulich
@ 2013-06-04 8:19 ` li guang
0 siblings, 0 replies; 4+ messages in thread
From: li guang @ 2013-06-04 8:19 UTC (permalink / raw)
To: Jan Beulich
Cc: Stefano Stabellini, Len Brown, Konrad Rzeszutek Wilk,
Rafael J. Wysocki, Jeremy Fitzhardinge, Liu Jinsong,
Paul E. McKenney, virtualization, xen-devel, linux-acpi,
linux-kernel
在 2013-06-04二的 09:13 +0100,Jan Beulich写道:
> >>> On 04.06.13 at 10:05, liguang <lig.fnst@cn.fujitsu.com> wrote:
> > bm_rld_set seems obsolete now
> >
> > Signed-off-by: liguang <lig.fnst@cn.fujitsu.com>
> > ---
> > include/xen/interface/platform.h | 1 -
> > 1 files changed, 0 insertions(+), 1 deletions(-)
> >
> > diff --git a/include/xen/interface/platform.h
> > b/include/xen/interface/platform.h
> > index c57d5f6..7ffff33 100644
> > --- a/include/xen/interface/platform.h
> > +++ b/include/xen/interface/platform.h
> > @@ -240,7 +240,6 @@ struct xen_processor_flags {
> > uint32_t bm_check:1;
> > uint32_t has_cst:1;
> > uint32_t power_setup_done:1;
> > - uint32_t bm_rld_set:1;
> > };
> >
> > struct xen_processor_power {
>
> Any such patch would need to be submitted against the master copy
> of the header (in the Xen repo), and by recognizing that you'd also
> notice that this is part of a public ABI, and hence can't be removed,
> but at best can be documented as obsolete. Of course you'd first
> need to check whether the hypervisor makes any use of that bit
> when passed down from Dom0.
>
Right, this patch mostly likes a reminder,
hoping someone will try it and verify it's fail or OK,
since I can't test this for now.
Sorry and Thanks!
--
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-06-04 8:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-04 8:05 [PATCH 1/2] acpi/processor: remove bm_rld_set of acpi_processor_flags liguang
2013-06-04 8:05 ` [PATCH 2/2] xen: remove bm_rld_set of xen_processor_flags liguang
2013-06-04 8:13 ` Jan Beulich
2013-06-04 8:19 ` li guang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).