2017-11-08 09:35:39

by Dou Liyang

[permalink] [raw]
Subject: [PATCH 2/2] x86/tsc: Mark detect_art() __init

This function is only called by tsc_init(), which is an __init
function, so mark it __init as well.

Signed-off-by: Dou Liyang <[email protected]>
---
arch/x86/kernel/tsc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/kernel/tsc.c b/arch/x86/kernel/tsc.c
index 3e7f186..9b29f39 100644
--- a/arch/x86/kernel/tsc.c
+++ b/arch/x86/kernel/tsc.c
@@ -959,7 +959,7 @@ core_initcall(cpufreq_register_tsc_scaling);
/*
* If ART is present detect the numerator:denominator to convert to TSC
*/
-static void detect_art(void)
+static void __init detect_art(void)
{
unsigned int unused[2];

--
2.5.5




From 1583969009401943697@xxx Mon Nov 13 16:29:22 +0000 2017
X-GM-THRID: 1583794230351753146
X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread