History log of /arch/sh/kernel/cpu/sh5/unwind.c
Revision Date Author Comments
49453264997f232008efae457553d82381f9614f 24-May-2012 Paul Mundt <lethal@linux-sh.org> sh64: Convert to unwinder API.

This switches over to use the sh unwinder API which brings it all in line
with the general sh routines (which we shuffle around at the same time),
and lets us kill off more sh64-specific cruft.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
866e6b9e5019e210d96ced31fbae531ed756e486 05-Mar-2008 Harvey Harrison <harvey.harrison@gmail.com> sh: replace remaining __FUNCTION__ occurrences

__FUNCTION__ is gcc-specific, use __func__

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
a23ba43573a24c351640bc19c06c701798fe6e25 28-Nov-2007 Paul Mundt <lethal@linux-sh.org> sh: comment tidying for sh64->sh migration.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
7cfee5ac3edd3b4226018da6aad87334793cb1c5 19-Nov-2007 Paul Mundt <lethal@linux-sh.org> sh: Move over sh64 switch_to and stack unwinder.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>