[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1370333128-11412-1-git-send-email-lig.fnst@cn.fujitsu.com>
Date: Tue, 4 Jun 2013 16:05:27 +0800
From: liguang <lig.fnst@...fujitsu.com>
To: Len Brown <lenb@...nel.org>, "Rafael J. Wysocki" <rjw@...k.pl>,
Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>,
Stefano Stabellini <stefano.stabellini@...citrix.com>
Cc: Jeremy Fitzhardinge <jeremy@...p.org>,
Liu Jinsong <jinsong.liu@...el.com>,
Jan Beulich <JBeulich@...e.com>,
"Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>,
linux-acpi@...r.kernel.org, linux-kernel@...r.kernel.org,
xen-devel@...ts.xensource.com,
virtualization@...ts.linux-foundation.org,
liguang <lig.fnst@...fujitsu.com>
Subject: [PATCH 1/2] acpi/processor: remove bm_rld_set of acpi_processor_flags
bm_rld_set seems obsolete now
Signed-off-by: liguang <lig.fnst@...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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists