From: Glauber Costa Date: Thu, 14 Aug 2008 20:33:12 +0000 (-0300) Subject: x86: set bp field in pt_regs properly X-Git-Tag: v2.6.28-rc1~611^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=097a0788df71b0f3328c70ab5f4e41c27ee66817;p=pandora-kernel.git x86: set bp field in pt_regs properly Save rbp twice: One is for marking the stack frame, as usual (already there), and the other, to fill pt_regs properly. This is because bx comes right before the last saved register in that structure, and not bp. If the base pointer were in the place bx is today, this would not be needed. Signed-off-by: Glauber Costa Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed