diff options
Diffstat (limited to 'include/asm-m68knommu/dbg.h')
-rw-r--r-- | include/asm-m68knommu/dbg.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-m68knommu/dbg.h b/include/asm-m68knommu/dbg.h deleted file mode 100644 index 27af3270f671..000000000000 --- a/include/asm-m68knommu/dbg.h +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | #define DEBUG 1 | ||
2 | #ifdef CONFIG_COLDFIRE | ||
3 | #define BREAK asm volatile ("halt") | ||
4 | #else | ||
5 | #define BREAK *(volatile unsigned char *)0xdeadbee0 = 0 | ||
6 | #endif | ||