-
- Downloads
x86: move fpu_counter into ARCH specific thread_struct
Only a couple of arches (sh/x86) use fpu_counter in task_struct so it can be moved out into ARCH specific thread_struct, reducing the size of task_struct for other arches. Compile tested i386_defconfig + gcc 4.7.3 Signed-off-by:Vineet Gupta <vgupta@synopsys.com> Acked-by:
Ingo Molnar <mingo@kernel.org> Cc: Paul Mundt <paul.mundt@gmail.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- arch/x86/include/asm/fpu-internal.h 5 additions, 5 deletionsarch/x86/include/asm/fpu-internal.h
- arch/x86/include/asm/processor.h 9 additions, 0 deletionsarch/x86/include/asm/processor.h
- arch/x86/kernel/i387.c 1 addition, 1 deletionarch/x86/kernel/i387.c
- arch/x86/kernel/process_32.c 2 additions, 2 deletionsarch/x86/kernel/process_32.c
- arch/x86/kernel/process_64.c 1 addition, 1 deletionarch/x86/kernel/process_64.c
- arch/x86/kernel/traps.c 1 addition, 1 deletionarch/x86/kernel/traps.c
Loading
Please register or sign in to comment