On 4 August 2016 at 17:21, Josh Poimboeuf <jpoim...@redhat.com> wrote: > The 'stack_start' variable is similar in usage to 'initial_code' and > 'initial_gs': they're all stored in head_64.S and they're all updated by > SMP and ACPI suspend before starting a CPU. > > Rename it to 'initial_stack' to be consistent with the others. >
May be change the following line as well: ./arch/x86/kernel/head_64.S:69: * Setup stack for verify_cpu(). "-8" because stack_start is defined -- Nilay