On Mon, Feb 25, 2019 at 05:37:45PM +0100, Peter Zijlstra wrote: > + RELOAD_SEG(gs); > + RELOAD_SEG(fs); > + RELOAD_SEG(ds); > + RELOAD_SEG(es);
Also; is that the canonical order ? It bugs the hell out of me to not have that alphabetically correct. Shall I correct that?