[PATCH 4/8] x86,fpu: move lazy restore functions up a few lines

2015-02-06 Thread riel
From: Rik van Riel We need another lazy restore related function, that will be called from a function that is above where the lazy restore functions are now. It would be nice to keep all three functions grouped together. Signed-off-by: Rik van Riel --- arch/x86/include/asm/fpu-internal.h | 36

[PATCH 4/8] x86,fpu: move lazy restore functions up a few lines

2015-02-06 Thread riel
From: Rik van Riel r...@redhat.com We need another lazy restore related function, that will be called from a function that is above where the lazy restore functions are now. It would be nice to keep all three functions grouped together. Signed-off-by: Rik van Riel r...@redhat.com ---