projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76f118d
)
x86/boot: boot_vid_mode doesn't need to be global
author
Andrew Cooper
<andrew.cooper3@citrix.com>
Tue, 7 Jan 2020 12:12:51 +0000
(12:12 +0000)
committer
Andrew Cooper
<andrew.cooper3@citrix.com>
Wed, 8 Jan 2020 18:41:53 +0000
(18:41 +0000)
AFAICT, it has never had an external user since its introduction.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/boot/trampoline.S
patch
|
blob
|
history
diff --git
a/xen/arch/x86/boot/trampoline.S
b/xen/arch/x86/boot/trampoline.S
index 824f45ec0fd552684b61be3addc2cfd2c2b98f38..6b403a6d1a4d484bee8358afec11a9a949bacf11 100644
(file)
--- 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 */