> > /* > * We classify groups/runqueues into three groups:
Nit: Should we update the above from "three groups" to "four groups"? > - * - regular: there are !numa tasks > - * - remote: there are numa tasks that run on the 'wrong' node > - * - all: there is no distinction > + * - regular: there are (migratable) !numa tasks > + * - remote: there are (migratable) numa tasks that > + * run on the 'wrong' node > + * - movable: there are (migratable) tasks > + * - all: there are tasks > * > * In order to avoid migrating ideally placed numa tasks, > * ignore those when there's better options. -- Thanks and Regards Srikar Dronamraju -- 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/

