From: Catalin Marinas Date: Wed, 29 Jun 2005 14:34:39 +0000 (+0100) Subject: [PATCH] ARM: 2769/1: cpu_init() stack setup fix X-Git-Tag: v2.6.13-rc2~63^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaaa3f9e51245be3215ff67bb3c7aaf5abb82f00;p=pandora-kernel.git [PATCH] ARM: 2769/1: cpu_init() stack setup fix Patch from Catalin Marinas The compiler allocates r14 for the stk variable in the __asm__ directive. This is a shadowed register and gets changed when the mode is changed, causing random values in the SP register. The patch adds a clobber for the r14 register. Signed-off-by: Catalin Marinas Signed-off-by: Russell King --- Reading git-diff-tree failed