From: Roel Kluin Date: Sat, 1 Jan 2011 18:36:36 +0000 (+0000) Subject: sh: correct definitions to access stack pointers X-Git-Tag: v2.6.38-rc1~475^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eac676e531214f1e276645613acae7d7c4529035;p=pandora-kernel.git sh: correct definitions to access stack pointers A definition like: #define regs_return_value(regs) ((regs)->regs[0]) called with regs_return_value(foo) will be preprocessed to: ((foo)->foo[0]) ^^^ So to fix this to ensure the preprocessor compiles such calls correctly. Signed-off-by: Roel Kluin Signed-off-by: Paul Mundt --- Reading git-diff-tree failed