[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] At the time of debugging the fs segment problem, I noticed this bug (and
ChangeSet 1.1767, 2005/06/28 18:42:53+01:00, kaf24@xxxxxxxxxxxxxxxxxxxx At the time of debugging the fs segment problem, I noticed this bug (and was able to test it). Signed-off-by: Jun Nakajima <jun.nakajima@xxxxxxxxx> entry.S | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff -Nru a/linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/entry.S b/linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/entry.S --- a/linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/entry.S 2005-06-28 14:02:23 -04:00 +++ b/linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/entry.S 2005-06-28 14:02:23 -04:00 @@ -769,11 +769,11 @@ .section .fixup,"ax"; \ 6: movq $0,(%rsp); \ jmp 1b; \ -7: movq $0,(%rsp); \ +7: movq $0,8(%rsp); \ jmp 2b; \ -8: movq $0,(%rsp); \ +8: movq $0,16(%rsp); \ jmp 3b; \ -9: movq $0,(%rsp); \ +9: movq $0,24(%rsp); \ jmp 4b; \ .previous; \ .section __ex_table,"a";\ _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |