dumpstack: x86: various small unification steps, fix
authorAlexander van Heukelum <heukelum@mailshack.com>
Sun, 5 Oct 2008 10:39:36 +0000 (12:39 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 13 Oct 2008 08:33:49 +0000 (10:33 +0200)
commit6a2ae2d9f9212de47c16e23080162aada882c8b6
treeb3f4970f84c2c60f89f487a642bcf9cdecd23ddf
parentcb48bb59995d2d14a0c732835c80bbcfb354de31
dumpstack: x86: various small unification steps, fix

After "dumpstack: x86: various small unification steps", the
assembler gives the following compile error. The error is in
dumpstack_64.c.

{standard input}: Assembler messages:
{standard input}:720: Error: Incorrect register `%rbx' used with `l' suffix
{standard input}:1340: Error: Incorrect register `%r12' used with `l' suffix

Indeed the suffix in get_bp() was wrong.

Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/dumpstack_64.c