Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74db2479 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh64: dummy unwinder BUG wrappers.



sh64 does not yet support GENERIC_BUG, but still wants unwinder support.
Alias UNWINDER_BUG and UNWINDER_BUG_ON to their BUG counterparts until
the conversion to GENERIC_BUG is completed.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent e115f2c1
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -98,6 +98,11 @@ do { \
	unlikely(__ret_unwinder_on);				\
})

#else

#define UNWINDER_BUG	BUG
#define UNWINDER_BUG_ON	BUG_ON

#endif /* CONFIG_GENERIC_BUG */

#include <asm-generic/bug.h>