summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/m68k/include/asm/dbg.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/m68k/include/asm/dbg.h')
-rw-r--r--ANDROID_3.4.5/arch/m68k/include/asm/dbg.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ANDROID_3.4.5/arch/m68k/include/asm/dbg.h b/ANDROID_3.4.5/arch/m68k/include/asm/dbg.h
deleted file mode 100644
index 27af3270..00000000
--- a/ANDROID_3.4.5/arch/m68k/include/asm/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