ACK: [PATCH] cpu: virt: remove unused marco "CPUID_FAM_REV"
Colin Ian King
colin.king at canonical.com
Tue Jun 9 21:37:06 UTC 2020
On 09/06/2020 22:35, Alex Hung wrote:
> There are no functional changes.
>
> Signed-off-by: Alex Hung <alex.hung at canonical.com>
> ---
> src/cpu/virt/virt_svm.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/src/cpu/virt/virt_svm.c b/src/cpu/virt/virt_svm.c
> index 847d23a6..2addb703 100644
> --- a/src/cpu/virt/virt_svm.c
> +++ b/src/cpu/virt/virt_svm.c
> @@ -37,7 +37,6 @@
> #include <limits.h>
> #include <errno.h>
>
> -#define CPUID_FAM_REV 0x1
> #define MSR_FEATURE_CONTROL 0xC0000080
>
> extern fwts_cpuinfo_x86 *fwts_virt_cpuinfo;
>
Nice cleanup work. Thanks Alex
Acked-by: Colin Ian King <colin.king at canonical.com>
More information about the fwts-devel
mailing list