aboutsummaryrefslogtreecommitdiffstats
path: root/arch/metag/kernel/stacktrace.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/metag/kernel/stacktrace.c')
-rw-r--r--arch/metag/kernel/stacktrace.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/metag/kernel/stacktrace.c b/arch/metag/kernel/stacktrace.c
index 91ffc4b75c33..09d67b7f51ca 100644
--- a/arch/metag/kernel/stacktrace.c
+++ b/arch/metag/kernel/stacktrace.c
@@ -31,8 +31,6 @@ static void tbi_boing_init(void)
}
#endif
-#define ALIGN_DOWN(addr, size) ((addr)&(~((size)-1)))
-
/*
* Unwind the current stack frame and store the new register values in the
* structure passed as argument. Unwinding is equivalent to a function return,