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 @@ -#define DEBUG 1 -#ifdef CONFIG_COLDFIRE -#define BREAK asm volatile ("halt") -#else -#define BREAK *(volatile unsigned char *)0xdeadbee0 = 0 -#endif |