> + * Load the per-thread Thread-Local Storage descriptor.
> + *
> + * NOTE: it's faster to do the two stores unconditionally
> + * than to branch away.
> + */
> + load_TLS_desc(next, cpu);
> +
> + /*
> * Save away %fs and %gs. No need to save %es and %ds, as
actually, shouldnt this be done after saving the current %fs and %gs, and
before loading the next %fs and %gs?
Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/