[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-466329bf407cc5143c3211620faa2c132b9d9a06@git.kernel.org>
Date: Mon, 17 Jun 2019 03:32:30 -0700
From: tip-bot for Christoph Hellwig <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: hpa@...or.com, dave.hansen@...el.com, mingo@...nel.org, bp@...e.de,
nstange@...e.de, x86@...nel.org, linux-kernel@...r.kernel.org,
bigeasy@...utronix.de, tglx@...utronix.de, mingo@...hat.com,
hch@....de, riel@...riel.com
Subject: [tip:x86/fpu] x86/fpu: Remove the fpu__save() export
Commit-ID: 466329bf407cc5143c3211620faa2c132b9d9a06
Gitweb: https://git.kernel.org/tip/466329bf407cc5143c3211620faa2c132b9d9a06
Author: Christoph Hellwig <hch@....de>
AuthorDate: Tue, 4 Jun 2019 09:15:24 +0200
Committer: Borislav Petkov <bp@...e.de>
CommitDate: Mon, 17 Jun 2019 12:21:26 +0200
x86/fpu: Remove the fpu__save() export
This function is only use by the core FPU code.
Signed-off-by: Christoph Hellwig <hch@....de>
Signed-off-by: Borislav Petkov <bp@...e.de>
Acked-by: Sebastian Andrzej Siewior <bigeasy@...utronix.de>
Cc: Dave Hansen <dave.hansen@...el.com>
Cc: "H. Peter Anvin" <hpa@...or.com>
Cc: Ingo Molnar <mingo@...hat.com>
Cc: Nicolai Stange <nstange@...e.de>
Cc: Rik van Riel <riel@...riel.com>
Cc: Thomas Gleixner <tglx@...utronix.de>
Cc: x86-ml <x86@...nel.org>
Link: https://lkml.kernel.org/r/20190604071524.12835-4-hch@lst.de
---
arch/x86/kernel/fpu/core.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/x86/kernel/fpu/core.c b/arch/x86/kernel/fpu/core.c
index 3f92cfad88f0..12c70840980e 100644
--- a/arch/x86/kernel/fpu/core.c
+++ b/arch/x86/kernel/fpu/core.c
@@ -134,7 +134,6 @@ void fpu__save(struct fpu *fpu)
trace_x86_fpu_after_save(fpu);
fpregs_unlock();
}
-EXPORT_SYMBOL_GPL(fpu__save);
/*
* Legacy x87 fpstate state init:
Powered by blists - more mailing lists