From: Russell King Date: Mon, 27 Jun 2011 08:52:54 +0000 (+0100) Subject: ARM: entry: data abort: use r2 as base of pt_regs rather than stack X-Git-Tag: v3.1-rc1~258^2~1^3~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e22c12f9146d50ee6b0cf97db46b3310409f64e6;p=pandora-kernel.git ARM: entry: data abort: use r2 as base of pt_regs rather than stack Now that we pass r2 into these helper functions as the pointer to pt_regs, use r2 as the base of the registers on the stack rather than using the stack pointer directly. Signed-off-by: Russell King --- Reading git-diff-tree failed