Messages in this thread |  | | Date | Thu, 23 Nov 2000 01:28:10 +0100 | From | Andi Kleen <> | Subject | Re: [PATCH] Speed up interrupt entry |
| |
On Wed, Nov 22, 2000 at 11:24:16PM +0100, Kurt Garloff wrote: > On Sat, Nov 18, 2000 at 11:20:09AM +0100, Andi Kleen wrote: > > Index: include/asm-i386/hw_irq.h > > =================================================================== > > RCS file: /cvs/linux/include/asm-i386/hw_irq.h,v > > retrieving revision 1.11 > > diff -u -u -r1.11 hw_irq.h > > --- include/asm-i386/hw_irq.h 2000/05/16 16:08:15 1.11 > > +++ include/asm-i386/hw_irq.h 2000/11/18 10:33:48 > > @@ -103,9 +107,12 @@ > > "pushl %edx\n\t" \ > > "pushl %ecx\n\t" \ > > "pushl %ebx\n\t" \ > > - "movl $" STR(__KERNEL_DS) ",%edx\n\t" \ > ^^^ > > - "movl %edx,%ds\n\t" \ > > - "movl %edx,%es\n\t" > > + "movl $" STR(__KERNEL_DS),%eax\n\t" \ > ^ > > You missed a ' "'
It contained a wrong hunk that was not supposed to be included.
> Apart from that it > (a) makes sense > (b) survived real world usage ...
Please back it out, the patch has some strange problems. I'm working on a better one.
-Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |