]> git.baikalelectronics.ru Git - kernel.git/commit
x86: Move call to print_modules() out of show_regs()
authorJan Beulich <JBeulich@suse.com>
Mon, 18 Jun 2012 10:40:04 +0000 (11:40 +0100)
committerIngo Molnar <mingo@kernel.org>
Wed, 20 Jun 2012 12:33:48 +0000 (14:33 +0200)
commitdd526837fe9288567548e61e09f0479f85553f7e
tree6d905fd6a52fb955ff12d14ec545f0d45a346aa9
parent0bf480470a1bc5c58194d85b6f19f8c155a9e652
x86: Move call to print_modules() out of show_regs()

Printing the list of loaded modules is really unrelated to what
this function is about, and is particularly unnecessary in the
context of the SysRQ key handling (gets printed so far over and
over).

It should really be the caller of the function to decide whether
this piece of information is useful (and to avoid redundantly
printing it).

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Link: http://lkml.kernel.org/r/4FDF21A4020000780008A67F@nat28.tlf.novell.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/dumpstack.c
arch/x86/kernel/dumpstack_32.c
arch/x86/kernel/dumpstack_64.c