mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue