x86, 64-bit, dwarf2: push pushes 8 bytes and popf pops 8
authorAlexander van Heukelum <heukelum@mailshack.com>
Tue, 22 Jul 2008 16:14:16 +0000 (18:14 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 24 Jul 2008 10:33:38 +0000 (12:33 +0200)
commite0a5a5d9b006fd441e61685a051fa85d52fb172c
treef0560b252e099f3c5917b8a99f0cf4ba9bc29916
parent338b9bb3adac0d2c5a1e180491d9b001d624c402
x86, 64-bit, dwarf2: push pushes 8 bytes and popf pops 8

The CFI_ADJUST_CFA_OFFSET dwarf2 annotation of a push/popf
pair in ret_from_fork wrongly used a value of 4. It should
have been 8. Fix that.

Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: heukelum@fastmail.fm
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/entry_64.S
This page took 0.024118 seconds and 5 git commands to generate.