-
- Downloads
[PATCH] uml: _switch_to code consolidation
This patch moves code that is in both switch_to_tt and switch_to_skas to the top level _switch_to function, keeping us from duplicating code. It is required for the stack trace patch to work properly. Signed-off-by:Allan Graves <allan.graves@gmail.com> Signed-off-by:
Jeff Dike <jdike@addtoit.com> Cc: Paolo Giarrusso <blaisorblade@yahoo.it> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- arch/um/kernel/process_kern.c 10 additions, 2 deletionsarch/um/kernel/process_kern.c
- arch/um/kernel/skas/include/mode_kern-skas.h 1 addition, 1 deletionarch/um/kernel/skas/include/mode_kern-skas.h
- arch/um/kernel/skas/process_kern.c 1 addition, 6 deletionsarch/um/kernel/skas/process_kern.c
- arch/um/kernel/tt/include/mode_kern-tt.h 1 addition, 1 deletionarch/um/kernel/tt/include/mode_kern-tt.h
- arch/um/kernel/tt/process_kern.c 1 addition, 6 deletionsarch/um/kernel/tt/process_kern.c
Loading
Please register or sign in to comment