From: Vineet Gupta Date: Sat, 28 Mar 2015 16:06:00 +0000 (+0530) Subject: ARC: entry.S: [arcompact] simplify SWITCH_TO_KERNEL_STK X-Git-Tag: omap-for-v4.3/legacy-v2-signed~93^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a343b9fe22995c43b1209b0b63ea0fa2824cbae;p=pandora-kernel.git ARC: entry.S: [arcompact] simplify SWITCH_TO_KERNEL_STK Previously this macro was overloaded with stack switching, saving SP at right slot in pt_regs, saving/setup of r25 and setting SP baseline to where pt_regs->sp is saved (vs. bottom of pt_regs) Now it only does SP switch, and leaves SP pointing to bottom of pt_regs. r25 saving is no longer done here to allow for future reordering of regfile in pt_regs w/o touching this macro Signed-off-by: Vineet Gupta --- Reading git-diff-tree failed