x86/sev-es: Move sev_es_put_ghcb() in prep for follow on patch
authorTom Lendacky <thomas.lendacky@amd.com>
Mon, 17 May 2021 17:42:32 +0000 (12:42 -0500)
committerBorislav Petkov <bp@suse.de>
Tue, 18 May 2021 04:49:37 +0000 (06:49 +0200)
commitfea63d54f7a3e74f8ab489a8b82413a29849a594
tree6c58e7d11f9e173de093a1b59e9da7fbf8f310f2
parentd07f6ca923ea0927a1024dfccafc5b53b61cfecc
x86/sev-es: Move sev_es_put_ghcb() in prep for follow on patch

Move the location of sev_es_put_ghcb() in preparation for an update to it
in a follow-on patch. This will better highlight the changes being made
to the function.

No functional change.

Fixes: 0786138c78e79 ("x86/sev-es: Add a Runtime #VC Exception Handler")
Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: stable@vger.kernel.org
Link: https://lkml.kernel.org/r/8c07662ec17d3d82e5c53841a1d9e766d3bdbab6.1621273353.git.thomas.lendacky@amd.com
arch/x86/kernel/sev.c