summaryrefslogtreecommitdiffstats
path: root/arch/sh/boards
diff options
context:
space:
mode:
authorRoel Kluin <roel.kluin@gmail.com>2011-01-01 19:36:36 +0100
committerPaul Mundt <lethal@linux-sh.org>2011-01-05 08:58:19 +0100
commiteac676e531214f1e276645613acae7d7c4529035 (patch)
treece1272ecf43494d7bf796b1083c98f5696d7af05 /arch/sh/boards
parentsh: Tidy up SH-4A unaligned load support. (diff)
downloadlinux-eac676e531214f1e276645613acae7d7c4529035.tar.xz
linux-eac676e531214f1e276645613acae7d7c4529035.zip
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 <roel.kluin@gmail.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards')
0 files changed, 0 insertions, 0 deletions