direct-io.hg
changeset 3207:17888d1a1210
bitkeeper revision 1.1159.1.473 (41ab50dcbOBc6vATUv4icoPk7JOPnA)
entry.S:
Fix some comments.
entry.S:
Fix some comments.
author | cl349@arcadians.cl.cam.ac.uk |
---|---|
date | Mon Nov 29 16:39:56 2004 +0000 (2004-11-29) |
parents | c23dd7ec1f54 |
children | 3b6cceecc500 |
files | linux-2.6.9-xen-sparse/arch/xen/i386/kernel/entry.S |
line diff
1.1 --- a/linux-2.6.9-xen-sparse/arch/xen/i386/kernel/entry.S Mon Nov 29 16:09:15 2004 +0000 1.2 +++ b/linux-2.6.9-xen-sparse/arch/xen/i386/kernel/entry.S Mon Nov 29 16:39:56 2004 +0000 1.3 @@ -137,7 +137,7 @@ VM_MASK = 0x00020000 1.4 pushl %ebx; \ 1.5 movl $(__USER_DS), %edx; \ 1.6 movl %edx, %ds; \ 1.7 - movl %edx, %es; 1.8 + movl %edx, %es 1.9 1.10 #define SAVE_ALL \ 1.11 SAVE_ALL_NO_EVENTMASK; \ 1.12 @@ -572,7 +572,7 @@ 16: movl %edi,%esp # final %edi is top 1.13 jmp 11b 1.14 1.15 critical_fixup_table: 1.16 - .byte 0x00,0x00,0x00 # testb $0x1,(%esi) = XEN_TEST_PENDING 1.17 + .byte 0x00,0x00,0x00 # testb $0xff,(%esi) = XEN_TEST_PENDING 1.18 .byte 0x00,0x00 # jnz 14f 1.19 XEN_UNLOCK_VCPU_INFO_SMP_fixup 1.20 .byte 0x00 # pop %ebx