Commit eb1b97b1 authored by David S. Miller's avatar David S. Miller

[SPARC64]: Define PAGE_BUG in asm/bug.h

parent f695dd0c
......@@ -13,5 +13,8 @@ extern void do_BUG(const char *file, int line);
#define BUG() __builtin_trap()
#endif
#define PAGE_BUG(page) do { \
BUG(); \
} while (0)
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment