diff mbox series

x86/trampoline: boot_vid_mode doesn't need to be global

Message ID 20200107121556.13994-1-andrew.cooper3@citrix.com (mailing list archive)
State New, archived
Headers show
Series x86/trampoline: boot_vid_mode doesn't need to be global | expand

Commit Message

Andrew Cooper Jan. 7, 2020, 12:15 p.m. UTC
AFAICT, it has never had an external user since its introduction

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Jan Beulich <JBeulich@suse.com>
CC: Wei Liu <wl@xen.org>
CC: Roger Pau Monné <roger.pau@citrix.com>
---
 xen/arch/x86/boot/trampoline.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jan Beulich Jan. 7, 2020, 1:14 p.m. UTC | #1
On 07.01.2020 13:15, Andrew Cooper wrote:
> AFAICT, it has never had an external user since its introduction

I guess it was only ever anticipated to gain one.

> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>

Acked-by: Jan Beulich <jbeulich@suse.com>
diff mbox series

Patch

diff --git a/xen/arch/x86/boot/trampoline.S b/xen/arch/x86/boot/trampoline.S
index 824f45ec0f..6b403a6d1a 100644
--- a/xen/arch/x86/boot/trampoline.S
+++ b/xen/arch/x86/boot/trampoline.S
@@ -261,7 +261,7 @@  opt_edid:
         .byte   0
 
 #ifdef CONFIG_VIDEO
-GLOBAL(boot_vid_mode)
+boot_vid_mode:
         .word   VIDEO_80x25                     /* If we don't run at all, assume basic video mode 3 at 80x25. */
 vesa_size:
         .word   0,0,0                           /* width x depth x height */