ia64/xen-unstable
changeset 1368:08dedb434eb5
bitkeeper revision 1.891.4.1 (40a23669Ti0XmdPlXKEjdxaFGPM05Q)
Macro messup. Caused interrupts to be off during hypercalls.
Macro messup. Caused interrupts to be off during hypercalls.
author | kaf24@scramble.cl.cam.ac.uk |
---|---|
date | Wed May 12 14:36:25 2004 +0000 (2004-05-12) |
parents | 2168eda5e9fe |
children | a7062958deee |
files | xen/arch/i386/entry.S |
line diff
1.1 --- a/xen/arch/i386/entry.S Tue May 11 17:07:01 2004 +0000 1.2 +++ b/xen/arch/i386/entry.S Wed May 12 14:36:25 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) \