patch-2.4.4 linux/include/asm-ia64/ia32.h
Next file: linux/include/asm-ia64/io.h
Previous file: linux/include/asm-ia64/hw_irq.h
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Fri Apr 13 20:26:07 2001
- Orig file:
v2.4.3/linux/include/asm-ia64/ia32.h
- Orig date:
Thu Jan 4 12:50:17 2001
diff -u --recursive --new-file v2.4.3/linux/include/asm-ia64/ia32.h linux/include/asm-ia64/ia32.h
@@ -355,7 +355,7 @@
(granularity << IA32_SEG_G) | \
(((base >> 24) & 0xFF) << IA32_SEG_HIGH_BASE))
-#define IA32_IOBASE 0x2000000000000000 /* Virtual addres for I/O space */
+#define IA32_IOBASE 0x2000000000000000 /* Virtual address for I/O space */
#define IA32_CR0 0x80000001 /* Enable PG and PE bits */
#define IA32_CR4 0 /* No architectural extensions */
@@ -378,9 +378,10 @@
ia64_psr(regs)->ri = 0; /* clear return slot number */ \
ia64_psr(regs)->is = 1; /* IA-32 instruction set */ \
regs->cr_iip = new_ip; \
- regs->r12 = new_sp; \
+ regs->ar_rsc = 0xc; /* enforced lazy mode, priv. level 3 */ \
regs->ar_rnat = 0; \
regs->loadrs = 0; \
+ regs->r12 = new_sp; \
} while (0)
extern void ia32_gdt_init (void);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)