-
- Downloads
x86: Declare global_data pointer when it is used
Several files use the global_data pointer without declaring it. This works
because the declaration is currently a NOP. But still it is better to
fix this so that x86 lines up with other archs.
Signed-off-by:
Simon Glass <sjg@chromium.org>
Showing
- arch/x86/cpu/interrupts.c 2 additions, 0 deletionsarch/x86/cpu/interrupts.c
- arch/x86/lib/cmd_boot.c 2 additions, 0 deletionsarch/x86/lib/cmd_boot.c
- arch/x86/lib/physmem.c 2 additions, 0 deletionsarch/x86/lib/physmem.c
- arch/x86/lib/relocate.c 2 additions, 0 deletionsarch/x86/lib/relocate.c
- arch/x86/lib/timer.c 2 additions, 0 deletionsarch/x86/lib/timer.c
Please register or sign in to comment