On Thu, 2004-04-01 at 13:11, Paul Jackson wrote: > Patch_6_of_23 - Rework cpumasks to use new mask ADT > Removes many old include/asm- and asm-generic cpumask files > Add intersects, subset, xor and andnot operators. > Provides temporary emulators for obsolete const, promote, coerce > Presents entire cpumask API clearly in single cpumask.h file > +#else /* !CONFIG_SMP */ > + > +#define cpu_online_map cpumask_of_cpu(0) > +#define cpu_possible_map cpumask_of_cpu(0) I mentioned earlier that there's probably a better way to do this for UP... What do you think about this? -Matt