>The following patch changes assign_irq_vector() for ia64 to return >negative value on error instead of panic.
The i386 and x86_64 versions of this return -ENOSPC rather than -1. Perhaps we should do the same? There are a couple of ia64 specific uses of assign_irq_vector in hp/sim/simeth.c and hp/sim/simserial.c that don't check the return value ... if you make this change, then they need to check for failure too. -Tony - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
