Messages in this thread |  | | | Date | Sun, 7 Sep 2008 11:13:32 +0200 | | From | Ingo Molnar <> | | Subject | Re: [RFC 11/13] genapic: reduce stack pressuge in io_apic.c step 3 target_cpus |
> > +#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
|  |