From: Pavel Emelyanov Date: Fri, 19 Oct 2007 18:35:03 +0000 (+0200) Subject: i386: consolidate show_regs and show_registers for i386 X-Git-Tag: v2.6.24-rc1~132^2~13 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d975ebda56699c1b8480e9736caf33a61ccb810;p=pandora-kernel.git i386: consolidate show_regs and show_registers for i386 Both functions printk the same information, except for CRx and debug registers in the show_registers() one and a bit different manner. So move the common code into one place. This is already done for x86_64, so I think it's worth having the same on i386. This saves 100 bytes of .rodata section :) ... but only 8 from .text :( [ tglx: arch/x86 adaptation ] Signed-off-by: Pavel Emelyanov Signed-off-by: Andi Kleen Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed