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: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
e115f2c17c
commit
74db2479c1
|
@ -98,6 +98,11 @@ do { \
|
||||||
unlikely(__ret_unwinder_on); \
|
unlikely(__ret_unwinder_on); \
|
||||||
})
|
})
|
||||||
|
|
||||||
|
#else
|
||||||
|
|
||||||
|
#define UNWINDER_BUG BUG
|
||||||
|
#define UNWINDER_BUG_ON BUG_ON
|
||||||
|
|
||||||
#endif /* CONFIG_GENERIC_BUG */
|
#endif /* CONFIG_GENERIC_BUG */
|
||||||
|
|
||||||
#include <asm-generic/bug.h>
|
#include <asm-generic/bug.h>
|
||||||
|
|
Loading…
Reference in New Issue