Re: [PATCH v2 06/39] x86: Tidy up global_data pointer for 64-bit

2021-10-25 Thread Simon Glass
Hi Heinrich, On Mon, 18 Oct 2021 at 11:15, Heinrich Schuchardt wrote: > > On 9/25/21 2:30 AM, Simon Glass wrote: > > Add an extern declaration so that it is possible to use this macro in > > files other than the one that defines it. > > > > Signed-off-by: Simon Glass > > Reviewed-by: Heinrich

Re: [PATCH v2 06/39] x86: Tidy up global_data pointer for 64-bit

2021-10-18 Thread Heinrich Schuchardt
On 9/25/21 2:30 AM, Simon Glass wrote: Add an extern declaration so that it is possible to use this macro in files other than the one that defines it. Signed-off-by: Simon Glass Reviewed-by: Heinrich Schuchardt --- (no changes since v1) arch/x86/cpu/x86_64/cpu.c | 3 +++

[PATCH v2 06/39] x86: Tidy up global_data pointer for 64-bit

2021-09-24 Thread Simon Glass
Add an extern declaration so that it is possible to use this macro in files other than the one that defines it. Signed-off-by: Simon Glass Reviewed-by: Heinrich Schuchardt --- (no changes since v1) arch/x86/cpu/x86_64/cpu.c | 3 +++ arch/x86/include/asm/global_data.h | 2 ++ 2 files