From: Alexander van Heukelum Date: Tue, 22 Jul 2008 16:14:16 +0000 (+0200) Subject: x86, 64-bit, dwarf2: push pushes 8 bytes and popf pops 8 X-Git-Tag: v2.6.28-rc1~734^2^6~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0a5a5d9b006fd441e61685a051fa85d52fb172c;p=pandora-kernel.git 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 Cc: Andi Kleen Cc: heukelum@fastmail.fm Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed