| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | Re: CVS Update@-mips.org: linux |
| From: | "Maciej W. Rozycki" <macro@ds2.pg.gda.pl> |
| Date: | Tue, 4 Nov 2003 19:48:09 +0100 (CET) |
| Cc: | <linux-mips@linux-mips.org> |
| In-reply-to: | <20031103231010Z8225443-1272+8723@linux-mips.org> |
| Organization: | Technical University of Gdansk |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
On Mon, 3 Nov 2003 ralf@linux-mips.org wrote: > Modified files: > include/asm-mips: i8259.h > > Log message: > Declare i8259A_lock spinlock. New inline function i8259_irq to poll > interrupts in a PC-style daisy-chained i8259 configuration where no > better method to execute an interrupt acknowledge cycle is available. This is broken -- you do want to check bit #7 for spurious interrupts instead of doing awkward PIC poking. Alternatively, just skip the check -- the condition is rare and handlers need to be able to deal with it anyway. It was discussed a few months ago and I proposed a correct patch similar to your one, but it was rejected, sigh... -- + Maciej W. Rozycki, Technical University of Gdansk, Poland + +--------------------------------------------------------------+ + e-mail: macro@ds2.pg.gda.pl, PGP key available + |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Huge dynamically linked program does not run on mips-linux, Eric Christopher |
|---|---|
| Next by Date: | MIPS64 cross compiling errors: cpu-probe.c:167: error: unknown register name `accum' in `asm', Lijun Chen |
| Previous by Thread: | How to request an IRQ for NMI on MIPS Processor, Adeel Malik |
| Next by Thread: | Re: CVS Update@-mips.org: linux, Jan-Benedict Glaw |
| Indexes: | [Date] [Thread] [Top] [All Lists] |