[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC 07/10] x86/oprofile: guard svm specific symbols with AMD_SVM
- To: Xenia Ragiadakou <burzalodowa@xxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Tue, 14 Feb 2023 17:26:42 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=b66aqTjqh/1PpbplIZQRel44ESUn/N1mzY16kSlNPSE=; b=fotsj4c8rk/UVIzB8jKpnDt+zOC9KeUo/KOU1FUzepYLsoCAWl2V2VExdFeDvgyTwljsUhxti3+7fvQNgnd5q+vlU5KvZkI2AsvJR8EZiG40c4hKu5tIzpAzOzLbgQtugWnwvQb+5D2A4FuUrvrMkBCcAEBfDXqDmk61aCSZciEeW+23ZICbjGnmWvY1AWcTHSB6+O1DFWDXgvcWntjvMXAT2BndbAnspWBX6sQwewLnsskL+WO80lC4Hqfv7e7rVY4a39yOcz+4SV/lDSV0UIw1IqNRDJiXu8jaJzcwH1cclDfDthLHda1Tduc882oUPJHZigOxposoJOf6Q6vH4A==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=j9ZNoU8YtLP9jBz+eWYhZB7pPDPFrt29GHr5qahvAYsBx6AxI8pGDynJHwXY2fqEJiSEYxRD4Y0DfBfVjQoQQggJOJY+gifFkGHsWHHrwSGgE9pU7DOC3NHIHIzaixO4+O1hGnXdl5GH4w2FLzWXrqyAw9Q3u6358xKs1L0Ik2lJC4qfb8zPu+argI81AhKowbU8Q+q/G+j5shR3kzINmf2saBwvMeekNhDfHk7W7uiYuis9WM9nPYNnIqE8CT1m0creWUJz2Ftz1g+LoC7rU0y7+ox90P3IG7tNCSrPLKE3NI4U5aHUHN7hM5plTcMLFszVDz7F8HUB7bWqK3Ldww==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Tue, 14 Feb 2023 16:26:58 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 13.02.2023 15:57, Xenia Ragiadakou wrote:
> The symbol svm_stgi_label is AMD-V specific so guard its usage in common code
> with AMD_SVM.
>
> Since AMD_SVM depends on HVM, it can be used alone.
> Also, use #ifdef instead of #if.
>
> No functional change intended.
>
> Signed-off-by: Xenia Ragiadakou <burzalodowa@xxxxxxxxx>
With whatever the final name of the Kconfig control is going to be
Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
Jan
|