Re: [PATCH v4 7/7] x86/vdso: Move out the CPU number store

From: Thomas Gleixner
Date: Fri Jun 22 2018 - 11:18:19 EST


On Wed, 20 Jun 2018, Chang S. Bae wrote:
>
> +#ifdef CONFIG_X86_64
> +static void setup_cpu_number(int cpu)

This function name is really misleading. vdso_setup_cpu_and_node() or
something like that clearly tells what this is about.

Thanks,

tglx