diff -Naur -X exclude-files ac_clean/arch/um/kernel/irq_user.c ac/arch/um/kernel/irq_user.c --- ac_clean/arch/um/kernel/irq_user.c Sun May 27 15:42:43 2001 +++ ac/arch/um/kernel/irq_user.c Sun May 27 20:01:19 2001 @@ -130,6 +130,9 @@ if(fcntl(irq->fd, F_SETOWN, pid) < 0){ int save_errno = errno; if(fcntl(irq->fd, F_GETOWN, 0) != pid){ + /* XXX Just remove the irq rather than + * print out an infinite stream of these + */ printk("Failed to forward %d to pid %d, " "errno = %d\n", irq->fd, pid, save_errno);