Commit dae33da6 authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

[PATCH] bug.h for m68knommu arch

This adds the new bug.h file for the m68knommu arch.
It is basically a copy of asm-cris/bug.h.
parent 0f24aeb8
#ifndef _M68KNOMMU_BUG_H
#define _M68KNOMMU_BUG_H
#define BUG() do { \
printk("%s(%d): kernel BUG!\n", __FILE__, __LINE__); \
} while (0)
#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