[PATCH 2/2] xen: remove bm_rld_set of xen_processor_flags

From: liguang
Date: Tue Jun 04 2013 - 04:06:51 EST


bm_rld_set seems obsolete now

Signed-off-by: liguang <lig.fnst@xxxxxxxxxxxxxx>
---
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/