[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-058e7b5814534461b0e2468fce5a8f8d2f43c38f@git.kernel.org>
Date: Mon, 25 Feb 2013 16:22:48 -0800
From: tip-bot for Matt Fleming <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...nel.org,
yinghai@...nel.org, matt.fleming@...el.com,
takeuchi_satoru@...fujitsu.com, tglx@...utronix.de,
hpa@...ux.intel.com
Subject: [tip:x86/urgent] x86, efi: Mark disable_runtime as __initdata
Commit-ID: 058e7b5814534461b0e2468fce5a8f8d2f43c38f
Gitweb: http://git.kernel.org/tip/058e7b5814534461b0e2468fce5a8f8d2f43c38f
Author: Matt Fleming <matt.fleming@...el.com>
AuthorDate: Fri, 22 Feb 2013 15:03:47 +0000
Committer: H. Peter Anvin <hpa@...ux.intel.com>
CommitDate: Mon, 25 Feb 2013 16:01:35 -0800
x86, efi: Mark disable_runtime as __initdata
disable_runtime is only referenced from __init functions, so mark it
as __initdata.
Reported-by: Yinghai Lu <yinghai@...nel.org>
Reviewed-by: Satoru Takeuchi <takeuchi_satoru@...fujitsu.com>
Signed-off-by: Matt Fleming <matt.fleming@...el.com>
Link: http://lkml.kernel.org/r/1361545427-26393-1-git-send-email-matt@console-pimps.org
Signed-off-by: H. Peter Anvin <hpa@...ux.intel.com>
---
arch/x86/platform/efi/efi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/platform/efi/efi.c b/arch/x86/platform/efi/efi.c
index e2cd38f..ec9f325 100644
--- a/arch/x86/platform/efi/efi.c
+++ b/arch/x86/platform/efi/efi.c
@@ -85,7 +85,7 @@ int efi_enabled(int facility)
}
EXPORT_SYMBOL(efi_enabled);
-static bool disable_runtime = false;
+static bool __initdata disable_runtime = false;
static int __init setup_noefi(char *arg)
{
disable_runtime = true;
--
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