[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] x86/CPU: correct reset_cpuinfo() comment
commit ad5ae7c6ba5209eb583361776acf4ccf2ef2a59d Author: Jan Beulich <jbeulich@xxxxxxxx> AuthorDate: Tue Aug 5 14:03:05 2025 +0200 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Tue Aug 5 14:03:05 2025 +0200 x86/CPU: correct reset_cpuinfo() comment Part of it stated the opposite of what actual behavior is. Fixes: 7126b7f806d5 ("x86/CPU: re-work populating of cpu_data[]") Reported-by: Juergen Gross <jgross@xxxxxxxx> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> Acked-by: Roger Pau Monné <roger.pau@xxxxxxxxxx> --- xen/arch/x86/include/asm/cpufeature.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/arch/x86/include/asm/cpufeature.h b/xen/arch/x86/include/asm/cpufeature.h index f398e89759..441a7ecc49 100644 --- a/xen/arch/x86/include/asm/cpufeature.h +++ b/xen/arch/x86/include/asm/cpufeature.h @@ -91,8 +91,8 @@ struct cpuinfo_x86 { /* * @keep_basic set to true retains data firmly assumed to be symmetric - * across all CPUs. With it set to false only CPU_DATA_INIT() will be - * invoked on the passed structure. + * across all CPUs. Only CPU_DATA_INIT() will be invoked in that case + * on the passed structure. */ void reset_cpuinfo(struct cpuinfo_x86 *c, bool keep_basic); -- generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |