Re: [PATCH 1/1] doc: global data pointer on x86, x86_64

2020-12-14 Thread Simon Glass
On Sun, 13 Dec 2020 at 06:14, Heinrich Schuchardt wrote: > > On x86 the global data pointer is stored in register fs. > On x86_64 no register is used for the global data pointer. > > Signed-off-by: Heinrich Schuchardt > --- > doc/develop/global_data.rst | 4 +++- > 1 file changed, 3 insertions(+

[PATCH 1/1] doc: global data pointer on x86, x86_64

2020-12-13 Thread Heinrich Schuchardt
On x86 the global data pointer is stored in register fs. On x86_64 no register is used for the global data pointer. Signed-off-by: Heinrich Schuchardt --- doc/develop/global_data.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/develop/global_data.rst b/doc/develop/