[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] i386: Remove unused parameter "uint32_t bit" in feature_
From: |
Zhao Liu |
Subject: |
Re: [PATCH 1/2] i386: Remove unused parameter "uint32_t bit" in feature_word_description() |
Date: |
Wed, 18 Dec 2024 00:29:32 +0800 |
On Tue, Dec 17, 2024 at 07:39:31AM -0500, Xiaoyao Li wrote:
> Date: Tue, 17 Dec 2024 07:39:31 -0500
> From: Xiaoyao Li <xiaoyao.li@intel.com>
> Subject: [PATCH 1/2] i386: Remove unused parameter "uint32_t bit" in
> feature_word_description()
> X-Mailer: git-send-email 2.34.1
>
> From: Lei Wang <lei4.wang@intel.com>
>
> Parameter "uint32_t bit" is not used in function feature_word_description(),
> so remove it.
>
> Signed-off-by: Lei Wang <lei4.wang@intel.com>
> Reviewed-by: Igor Mammedov <imammedo@redhat.com>
> Reviewed-by: Xiaoyao Li <xiaoyao.li@intel.com>
> Signed-off-by: Xiaoyao Li <xiaoyao.li@intel.com>
> ---
> target/i386/cpu.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>