Re: [RFC 11/13] genapic: reduce stack pressuge in io_apic.c step 3target_cpus

From: Ingo Molnar
Date: Sun Sep 07 2008 - 05:14:42 EST



> > +#ifdef CONFIG_X86_64
> > +#define TARGET_CPUS(retval) (genapic->target_cpus)(&(retval))
> > +#else
> > +#define TARGET_CPUS(retval) retval = (genapic->target_cpus())
> > +#endif

hm, this should be unified.

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/