]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3680fb81a6e4d0f41f0554e4a22fd6c4fd6d6c94
tree6c58e7d11f9e173de093a1b59e9da7fbf8f310f2
parent87d9f8b77b5545016adf3cfc494e6ea6899acca7
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: 6caf56f2db409 ("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