From: Stefan Kristiansson Date: Fri, 12 Oct 2012 06:38:18 +0000 (+0300) Subject: openrisc: avoid using function parameter regs in reset vector X-Git-Tag: v3.9-rc1~59^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54bd7c510ba027763130eaeb09004ef5780c06e6;p=pandora-kernel.git openrisc: avoid using function parameter regs in reset vector The kernel might be invoked through the reset vector, so to preserve parameters passed to it, temp regs that are not in the function parameter range needs to be used. Signed-off-by: Stefan Kristiansson Signed-off-by: Jonas Bonn --- Reading git-diff-tree failed