aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/microblaze/kernel/unwind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/unwind.c b/arch/microblaze/kernel/unwind.c
index 1f7b8d449668..61c04eed14d5 100644
--- a/arch/microblaze/kernel/unwind.c
+++ b/arch/microblaze/kernel/unwind.c
@@ -59,7 +59,7 @@ struct stack_trace;
59 * 59 *
60 * Return - Number of stack bytes the instruction reserves or reclaims 60 * Return - Number of stack bytes the instruction reserves or reclaims
61 */ 61 */
62inline long get_frame_size(unsigned long instr) 62static inline long get_frame_size(unsigned long instr)
63{ 63{
64 return abs((s16)(instr & 0xFFFF)); 64 return abs((s16)(instr & 0xFFFF));
65} 65}