search for: e13ec2ed67aa

Displaying 2 results from an estimated 2 matches for "e13ec2ed67aa".

2007 May 21
2
changing definition of paravirt_ops.iret
...and last to be restored, so there's no major rearrangements. Ideally I'd also like a register to play with, but that would require rearranging pt_regs, which is a bit tricky. Also, INTERRUPT_RETURN already has a bug, in which it needs to deal with its own iret exceptions. J diff -r e13ec2ed67aa arch/i386/kernel/entry.S --- a/arch/i386/kernel/entry.S Mon May 21 16:56:20 2007 +0100 +++ b/arch/i386/kernel/entry.S Mon May 21 17:21:37 2007 +0100 @@ -59,6 +59,9 @@ * INTERRUPT_RETURN (aka. "iret") * GET_CR0_INTO_EAX (aka. "movl %cr0, %eax") * ENABLE_INTERRUPTS_SYS...
2007 May 21
2
changing definition of paravirt_ops.iret
...and last to be restored, so there's no major rearrangements. Ideally I'd also like a register to play with, but that would require rearranging pt_regs, which is a bit tricky. Also, INTERRUPT_RETURN already has a bug, in which it needs to deal with its own iret exceptions. J diff -r e13ec2ed67aa arch/i386/kernel/entry.S --- a/arch/i386/kernel/entry.S Mon May 21 16:56:20 2007 +0100 +++ b/arch/i386/kernel/entry.S Mon May 21 17:21:37 2007 +0100 @@ -59,6 +59,9 @@ * INTERRUPT_RETURN (aka. "iret") * GET_CR0_INTO_EAX (aka. "movl %cr0, %eax") * ENABLE_INTERRUPTS_SYS...