diff options
author | Jan Beulich <jbeulich@novell.com> | 2007-05-02 13:27:11 -0400 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2007-05-02 13:27:11 -0400 |
commit | dd4ecfc2b10d962d70ff59f8994a29aa048700ec (patch) | |
tree | 9587f00c4028b90eead438b278bc95af07ee9355 /arch/x86_64 | |
parent | ae32b1297a77c23fd0badd642bb685062f7a37f8 (diff) |
[PATCH] x86-64: adjust EDID retrieval
commit 5e518d7672dea4cd7c60871e40d0490c52f01d13 did the same change to
i386's variant.
With this change, i386's and x86-64's versions are identical, raising
the question whether the x86-64 one should go (just like there's only
one instance of edd.S).
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'arch/x86_64')
-rw-r--r-- | arch/x86_64/boot/video.S | 2 |
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 | ||