]> git.ipfire.org Git - thirdparty/qemu.git/commit
Fix thinko in linuxboot.S
authorPaolo Bonzini <pbonzini@redhat.com>
Sun, 13 Dec 2009 10:36:40 +0000 (11:36 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Sat, 19 Dec 2009 14:26:20 +0000 (08:26 -0600)
commit00e8277b8323797e6b10325d7d0a297c0fab22f5
treedf7f16fb8fd85648bcf1b053a79e5e75be3cf108
parenta8ea3a357b4f6d53e1f93f23d1368c574084a6f2
Fix thinko in linuxboot.S

The %gs segment that was used was not matching the comments.
I just moved the GDT descriptor on the stack instead.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
(cherry picked from commit 36ecd7c016f682437941a54193251cbf918bef0d)
pc-bios/optionrom/linuxboot.S