x86: Factor duplicated code out of __show_regs() into show_regs_common()
Unify x86_32 and x86_64 implementations of __show_regs() header, standardizing on the x86_64 format string in the process. Also, 32-bit will now call print_modules. Signed-off-by:Andy Isaacson <adi@hexapodia.org> Cc: Arjan van de Ven <arjan@linux.intel.com> Cc: Robert Hancock <hancockrwd@gmail.com> Cc: Richard Zidlicky <rz@linux-m68k.org> Cc: Andrew Morton <akpm@linux-foundation.org> LKML-Reference: <20091208082942.GA27174@hexapodia.org> [ v2: resolved conflict ] Signed-off-by:
Ingo Molnar <mingo@elte.hu>
Showing
- arch/x86/include/asm/system.h 1 addition, 0 deletionsarch/x86/include/asm/system.h
- arch/x86/kernel/process.c 18 additions, 0 deletionsarch/x86/kernel/process.c
- arch/x86/kernel/process_32.c 1 addition, 13 deletionsarch/x86/kernel/process_32.c
- arch/x86/kernel/process_64.c 2 additions, 14 deletionsarch/x86/kernel/process_64.c
Loading
Please register or sign in to comment