ia64/xen-unstable
changeset 1369:a7062958deee
bitkeeper revision 1.891.1.10 (40a23671-TMu08mJ9eBLJ3RrrJiCvQ)
Merge scramble.cl.cam.ac.uk:/auto/groups/xeno/BK/xeno.bk
into scramble.cl.cam.ac.uk:/local/scratch/kaf24/xeno
Merge scramble.cl.cam.ac.uk:/auto/groups/xeno/BK/xeno.bk
into scramble.cl.cam.ac.uk:/local/scratch/kaf24/xeno
author | kaf24@scramble.cl.cam.ac.uk |
---|---|
date | Wed May 12 14:36:33 2004 +0000 (2004-05-12) |
parents | ba301dffd3a6 08dedb434eb5 |
children | 6cf25fb7eebd c8859d41ea6c |
files | xen/arch/i386/entry.S |
line diff
1.1 --- a/xen/arch/i386/entry.S Wed May 12 13:49:16 2004 +0000 1.2 +++ b/xen/arch/i386/entry.S Wed May 12 14:36:33 2004 +0000 1.3 @@ -151,7 +151,7 @@ NT_MASK = 0x00004000 1.4 movl %edx,%ds; \ 1.5 movl %edx,%es; \ 1.6 movl %edx,%fs; \ 1.7 - movl %edx,%gs; 1.8 + movl %edx,%gs; \ 1.9 sti; 1.10 1.11 #define GET_CURRENT(reg) \