aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64')
-rw-r--r--arch/x86_64/boot/video.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/boot/video.S b/arch/x86_64/boot/video.S
index 6090516c9c7f..8143c9516cb4 100644
--- a/arch/x86_64/boot/video.S
+++ b/arch/x86_64/boot/video.S
@@ -1977,7 +1977,7 @@ store_edid:
1977 movw $0x4f15, %ax # do VBE/DDC 1977 movw $0x4f15, %ax # do VBE/DDC
1978 movw $0x01, %bx 1978 movw $0x01, %bx
1979 movw $0x00, %cx 1979 movw $0x00, %cx
1980 movw $0x01, %dx 1980 movw $0x00, %dx
1981 movw $0x140, %di 1981 movw $0x140, %di
1982 int $0x10 1982 int $0x10
1983 1983