Zwane Mwaikambo wrote: > > On Mon, 11 Jul 2005, Oleg Nesterov wrote: > > > Please note that entry.S:BUILD_INTERRUPT() also does this trick: > > pushl $nr-256; > > > > so it should be changed as well. > > I was making these changes and noticed that those were for the various SMP > interrupts so they are real vectors. These will always remain within the > 256 range.
Yes, you are right. I suggested it for consistency only. Afaics, none of the smp_xxx_interrupt uses this value, so it it safe to change the pushed number. But it is very minor issue indeed, and probably you are right not doing so. Oleg. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/